Skip to content

Commit

Permalink
plug in IBIS zeropoints
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed Jun 2, 2024
1 parent ef4ac38 commit 04934bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions py/legacypipe/decam.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ class DecamImage(CPImage):
N673 = 24.151,
# Merian
N540 = 24.000,
# IBIS - from Arjun, 2024-05-25
M411 = 24.503,
M464 = 24.957,
)

K_EXT = dict(g = 0.173,
Expand All @@ -49,6 +52,9 @@ class DecamImage(CPImage):
N673 = 0.090,
# Merian
N540 = 0.173,
# IBIS -- some controversy here :)
M411 = 0.173,
M464 = 0.173,
)

'''A LegacySurveyImage (via CPImage) subclass to handle images from
Expand Down

0 comments on commit 04934bb

Please sign in to comment.