Skip to content

Commit 33bd81f

Browse files
committed
map LsstComCamSim to comCamSim folder in obs_lsst_data
1 parent 0e1f696 commit 33bd81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imsim/bandpass.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def RubinBandpass(
9191
match camera:
9292
case 'LsstCam':
9393
camera = 'lsstCam'
94-
case 'LsstComCam':
94+
case 'LsstComCamSim':
9595
camera = 'comCamSim'
9696
case _:
9797
camera = camera

0 commit comments

Comments
 (0)