Skip to content

Commit

Permalink
handle transmission sensor data the same way for LsstCam and LsstCamSim
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiang87 committed May 23, 2024
1 parent 18e29aa commit 4c167f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imsim/bandpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def RubinBandpass(
if (camera is None) != (det_name is None):
raise ValueError("Must provide both camera and det_name if using one.")
match camera:
case 'LsstCam':
case 'LsstCam' | 'LsstCamSim' :
camera = 'lsstCam'
case 'LsstComCamSim':
camera = 'comCamSim'
Expand Down

0 comments on commit 4c167f2

Please sign in to comment.