Skip to content

Commit

Permalink
map LsstComCamSim to comCamSim folder in obs_lsst_data
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiang87 committed Feb 19, 2024
1 parent 0e1f696 commit 33bd81f
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 @@ -91,7 +91,7 @@ def RubinBandpass(
match camera:
case 'LsstCam':
camera = 'lsstCam'
case 'LsstComCam':
case 'LsstComCamSim':
camera = 'comCamSim'
case _:
camera = camera
Expand Down

0 comments on commit 33bd81f

Please sign in to comment.