-
Notifications
You must be signed in to change notification settings - Fork 10
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
Enable users to use different survey setups (pixel_scale, psf_fwhm) #202
Conversation
It is still a draft. |
Let me add a test running the ML detection code and check the centroids have the same sky coords or not.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like these changes generally.
However, it is really exposing limitations of the design choices we made. For example the Layout objects are nice, and probably we should have used them from the beginning. Then we would not need to pass around coadd_dims
everywhere.
It may be we eventually want to do a restructuring around survey objects and layout objects. That would, for example, make it easy to simulate CCDs where coadd_dims is not relevant. Also the survey would carry around pixel scale etc.
Thanks! Some possible changes are listed as follows:
|
Sorry, I was just discussing these as future possibilities, not for this PR |
This PR enable users to use different survey setups. related to #188