Skip to content

Commit

Permalink
Raise on illegal ComCam band.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jan 6, 2025
1 parent 6156a81 commit 377cd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/the/monster/measure_colorterms.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,8 @@ def n_nodes(self, band=None):
return 7
elif band in ["u"]:
return 5

return 10
else:
raise ValueError("Unknown ComCam band sent to n_nodes()")

def get_calspec_star_position(self):
# docstring inherited.
Expand Down

0 comments on commit 377cd2f

Please sign in to comment.