Skip to content

Commit

Permalink
update IBIS zeropoints from Arjun, 2024-12-04
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed Dec 11, 2024
1 parent 11844b1 commit 0aece20
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions py/legacypipe/decam.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ class DecamImage(CPImage):
N673 = 24.151,
# Merian
N540 = 24.000,
# IBIS - from Arjun, 2024-06-07, LTT6248
M411 = 23.00,
M464 = 23.43,
# IBIS - obsbot/decam.py 2024-10-28 minus 1.5 mags
M438 = 23.29,
M490 = 23.48,
M517 = 23.27,
# IBIS - Arjun, 2024-12-04
M411 = 23.043,
M438 = 23.330,
M464 = 23.456,
M490 = 23.535,
M517 = 23.554,
)

K_EXT = dict(g = 0.173,
Expand Down

0 comments on commit 0aece20

Please sign in to comment.