-
Notifications
You must be signed in to change notification settings - Fork 15
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
Explore the possibility to store or encode the ability to recreate the PSF for each object #58
Comments
@jchiang87 Can we close this one too with your merger of #117? |
Ok with me, but it's not entirely clear to me how to connect the PSF with the object drawn. The psf as a function of focalplane location is arrived at indirectly via the |
OK I will leave this open. |
@jchiang87 I think you were recreating PSFs for some objects for some of the validation examples. Is that right? Or was it for something else? If yes, does that mean we have code to do this now we could put in a utility area? |
I think there may be some confusion as to what "the PSF for each object" means. For any given visit, we have a particular |
Thanks. For this code, we are only talking about the atmospheric PSF correct? Do we have the random #s stored that we would need if we also wanted to include (say) recreate and apply the optical perturbation? |
The optical wavefront component is included in the |
OK great. I wonder if we could put a generalized version of your snippet above (with input at a particular position) somewhere in the repo? We could make a utils subdirectory or, alternatively, we could keep it your separate sims util repo. |
I think we should flesh out the specific use cases. My preference would be to just add some functions to this repo so that whatever functionality could just be imported through the |
I think there are several interesting use cases if we could know the PSF model before the sensor for a given object. This way we could do things like compare the output of the PSF interpolator against the truth information at a galaxy position, or understand with a star how the input PSF model was modified by the sensor effects. |
During the Weak Lensing meeting today it was mentioned it would be good to know the actual true PSF for each object drawn on the focal plane when we were measuring and interpolating the PSFs.
By making sure we keep the random # seeds, or even storing the PSFs themselves it would be possible to do this either on the fly or by lookup.
The text was updated successfully, but these errors were encountered: