Skip to content

Commit

Permalink
update F2 nominal photometric zeropoints based on new info from Joan.
Browse files Browse the repository at this point in the history
  • Loading branch information
KathleenLabrie committed Mar 21, 2024
1 parent 165c111 commit e5507c9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions gemini_instruments/f2/lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,13 @@

# (BAND, CAMERA): Nominal zeropoint for airmass=1
('Y', 'f/16'): 25.11+1.62,
('J', 'f/16'): 25.19+1.62,
('H', 'f/16'): 25.41+1.62,
('Ks', 'f/16'): 24.59+1.62,
# ('J', 'f/16'): 25.19+1.62,
# ('H', 'f/16'): 25.41+1.62,
# ('Ks', 'f/16'): 24.59+1.62,

# New values from Joan (Feb 2024) already in 1 e-/s
('J', 'f/16'): 26.51, # +/- 0.08
('H', 'f/16'): 26.75, # +/- 0.08
('Ks', 'f/16'): 26.12, # +/- 0.08

}

0 comments on commit e5507c9

Please sign in to comment.