Skip to content

Commit

Permalink
Merge branch 'main' of github.com:legacysurvey/legacypipe
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed Jun 2, 2024
2 parents 699417e + 996f365 commit ef4ac38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions py/legacypipe/ps1cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,14 +218,14 @@ def ps1_to_decam(psmags, band):
N540 = [ 0.36270593, -0.40238762, 0.0551082 ],
# CFHT
CaHK = [0., 2.3],
# IBIS
M411 = [0.],
M464 = [0.],
# IBIS -- from Arjun 2024-05-30
M411 = [0, 0.1164, 1.1036, -0.5814, 0.0817],
M464 = [0, 0.6712, -0.9042, 0.4621, -0.0737],
)[band]

# Most are with respect to g-i, some are g-r...
color = gi
if band in ['CaHK', 'M411', 'M464']:
if band in ['CaHK']: # g-i for now... 'M411', 'M464']:
color = gr

colorterm = np.zeros(len(color))
Expand Down

0 comments on commit ef4ac38

Please sign in to comment.