Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extrapolated galaxy models #808

Open
rmandelb opened this issue Sep 29, 2016 · 8 comments
Open

extrapolated galaxy models #808

rmandelb opened this issue Sep 29, 2016 · 8 comments
Labels
desc Of possible interest to LSST DESC members looking for a project feature request Request for a new feature in GalSim inputs Related to input files used by GalSim, such as the cosmos data, SEDs, bandpasses, etc.

Comments

@rmandelb
Copy link
Member

For HSC simulations, Francois ( @EiffL ) has been working on a way to easily extrapolate the COSMOS I<25.2 sample to fainter magnitudes and make a deeper parametric galaxy sample. Doing this extrapolation isn't likely good enough for precise tests of shear calibration for deeper samples, but it's likely good enough to just test for issues like "my real galaxies brighter than 25.2 are blended with faint galaxies some fraction of the time; what's the impact of that?" My question is whether there's interest in having a routine that will make synthetic extrapolated Sersic samples in GalSim? If there is interest then Francois would be happy to incorporate his code and make a routine for this in scene.py.

@rmjarvis
Copy link
Member

I don't think anyone has as pressing a need for this as you guys do. :)

But I expect we'll probably want something like that for LSST and WFirst tests down the road, so putting it here would indeed be appreciated. You might ping the LSST DESC list to see if anyone has already taken a stab at doing this, since I think some people have probably tried to look at distributions of galaxies that go fainter than COSMOS. Especially for blending studies.

@rmandelb
Copy link
Member Author

Good point. My understanding had been that everyone who has done that (e.g., @dkirkby ) have been using the PhoSim input catalogs if they want to have a deep simulated galaxy sample. @dkirkby , do you know of other strategies in use?

My intention here was to have a lighter-weight scheme with fewer dependencies (i.e., just the samples that GalSim already knows about).

@rmandelb
Copy link
Member Author

Note that this code is available at https://github.com/EiffL/cosmos_extrapolation , with an ipython notebook demonstrating the strategy. It's not integrated into GalSim yet, but this gives an idea of how it works. @esheldon - you might want to check this out?

@dkirkby
Copy link
Member

dkirkby commented Oct 19, 2016

This looks like a nice approach. The method we use in the DESC WeakLensingDeblending package is to read the LSST simulated catalog ("CatSim"). Working directly with the catalog brings in a lot of LSST dependencies, but the package can also read a 1 sq.deg. FITS file extracted from the catalog (documented here) without bringing in any LSST dependencies. It would be interesting to compare CatSim distributions with these extrapolations.

@rmandelb
Copy link
Member Author

Thanks, David! I forgot about the option to read in a FITS file without bringing in all the many dependencies. I agree that a comparison would be interesting!

@esheldon
Copy link
Contributor

esheldon commented Oct 19, 2016 via email

@dkirkby
Copy link
Member

dkirkby commented Oct 19, 2016

KDE allows you to smooth and interpolate, but not extrapolate, right?

@esheldon
Copy link
Contributor

On 10/19/16, David Kirkby [email protected] wrote:

KDE allows you to smooth and interpolate, but not extrapolate, right?

right, I have not done any extrapolation my self, was just confirming
I had seen kde has worked well for sampling the flux-hlr space.

Erin Scott Sheldon
Brookhaven National Laboratory erin dot sheldon at gmail dot com

@rmjarvis rmjarvis added feature request Request for a new feature in GalSim inputs Related to input files used by GalSim, such as the cosmos data, SEDs, bandpasses, etc. labels Nov 21, 2016
@rmjarvis rmjarvis added the desc Of possible interest to LSST DESC members looking for a project label May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desc Of possible interest to LSST DESC members looking for a project feature request Request for a new feature in GalSim inputs Related to input files used by GalSim, such as the cosmos data, SEDs, bandpasses, etc.
Projects
None yet
Development

No branches or pull requests

4 participants