Skip to content

Commit

Permalink
another M437/M438 M516/M517 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed Oct 28, 2024
1 parent a1109ca commit c48a319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/legacypipe/decam.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def get_ps1_calibrator_color_range(self):
# g-i color range to keep
if self.band == 'N419':
return 0.4, 1.5
if self.band in ['M411', 'M437', 'M464', 'M490', 'M516']:
if self.band in ['M411', 'M437', 'M438', 'M464', 'M490', 'M516', 'M517']:
return 0.3, 1.5
return super().get_ps1_calibrator_color_range()

Expand Down

0 comments on commit c48a319

Please sign in to comment.