Skip to content

Commit

Permalink
update suprime nominal zeropoints
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed Oct 24, 2023
1 parent 78e0eda commit ba0646a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions py/legacyzpts/psfzpt_cuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,12 +450,12 @@ def add_psfzpt_cuts(T, camera, bad_expid, image2coadd='', **kw):
skybright = {}
for band,zpt,dzlo,dzhi in [
# These are median values from the COSMOS set
('I-A-L427', 24.49, -0.5, 0.5),
('I-A-L427', 25.22, -0.5, 0.5),
('I-A-L464', 25.33, -0.5, 0.25),
('I-A-L484', 25.67, -0.5, 0.25),
('I-A-L505', 25.41, -0.5, 0.25),
('I-A-L527', 25.99, -0.5, 0.25),
]:
('I-A-L484', 25.60, -0.5, 0.25),
('I-A-L505', 25.33, -0.5, 0.25),
('I-A-L527', 25.74, -0.5, 0.25),
]:
zpt_lo[band] = zpt + dzlo
zpt_hi[band] = zpt + dzhi
skybright[band] = 90.
Expand Down

0 comments on commit ba0646a

Please sign in to comment.