-
Notifications
You must be signed in to change notification settings - Fork 13
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
Review sky brightness calculation #18
Comments
The relevant code from
and:
|
If I change the |
I think we can't recompute the zero-points for the different conditions since we have the model for LSST but this might be (probably will be) different for DES and CFHTLS. What do you think @dkirkby? |
Our DES & CFHTLS zero points are simply rescaled from the LSST zero points, so should have the same airmass scaling. In other words, I think we want to use:
Since the zero-point already includes extinction at This reminds me that we need to update the DES & CFHTLS zeropoints, now that the LSST ones have changed! |
I updated these zero-points in PR #20. I also added |
We currently apply extinction to the sky brightness before converting it to elec/sec via
Survey.get_flux
. Is this the right thing to do?The text was updated successfully, but these errors were encountered: