Skip to content

Commit

Permalink
Add LSSTCamSim.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Jun 24, 2024
1 parent 208cb45 commit d50ce61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/lsst/consdb/hinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,13 @@ async def main() -> None:
DETECTOR_MAPPING,
lsst.obs.lsst.LsstCam.getCamera(),
),
"S": Instrument(
"lsstcamsim",
lsst.obs.lsst.translators.LsstCamSimTranslator,
LSSTCAM_MAPPING,
DETECTOR_MAPPING,
lsst.obs.lsst.LsstCamSim.getCamera(),
),
}
else:
raise ValueError("Unrecognized instrument: {instrument}")
Expand Down

0 comments on commit d50ce61

Please sign in to comment.