Skip to content

Commit

Permalink
Merge pull request #450 from LSSTDESC/u/jchiang/LsstComCamSim_bandpas…
Browse files Browse the repository at this point in the history
…s_bugfix

map LsstComCamSim to comCamSim folder in obs_lsst_data
  • Loading branch information
jchiang87 authored Feb 28, 2024
2 parents 0e1f696 + 33bd81f commit 0b32886
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 0b32886

Please sign in to comment.