-
Notifications
You must be signed in to change notification settings - Fork 11
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
Avoid loading real images when generating semi-synthetic images #907
Comments
zhixiangteoh
added a commit
that referenced
this issue
Aug 17, 2023
Added binary variable `load_image_data` that conditionally loads real survey image data only when it is needed (e.g., in predict). NOTE: DES image data is currently loaded for DECaLS data simulation because the parameter `sig1` used for DECaLS coadd PSF simulation uses this image data for its computation. This dependence likely can be easily removed. Fixes #907.
zhixiangteoh
added a commit
that referenced
this issue
Aug 17, 2023
Added binary variable `load_image_data` that conditionally loads real survey image data only when it is needed (e.g., in predict). NOTE: DES image data is currently loaded for DECaLS data simulation because the parameter `sig1` used for DECaLS coadd PSF simulation uses this image data for its computation. This dependence likely can be easily removed. Fixes #907.
zhixiangteoh
added a commit
that referenced
this issue
Aug 17, 2023
Added binary variable `load_image_data` that conditionally loads real survey image data only when it is needed (e.g., in predict). NOTE: DES image data is currently loaded for DECaLS data simulation because the parameter `sig1` used for DECaLS coadd PSF simulation uses this image data for its computation. This dependence likely can be easily removed. Fixes #907.
jeff-regier
pushed a commit
that referenced
this issue
Aug 18, 2023
* Don't load real images when simulating data Added binary variable `load_image_data` that conditionally loads real survey image data only when it is needed (e.g., in predict). NOTE: DES image data is currently loaded for DECaLS data simulation because the parameter `sig1` used for DECaLS coadd PSF simulation uses this image data for its computation. This dependence likely can be easily removed. Fixes #907. * Fix tests * Ensure images downloaded for required metadata
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Survey subclasses should have a binary variable that controls whether images or just metadata are loaded. We only need to load metadata when generating semi-synthetic images.
The text was updated successfully, but these errors were encountered: