Skip to content

Commit

Permalink
Merge pull request #997 from lsst/tickets/DM-47158
Browse files Browse the repository at this point in the history
DM-47158: Fix ComCam -> LSSTComCam
  • Loading branch information
jmeyers314 authored Oct 26, 2024
2 parents a6eec74 + 754dc18 commit 87f999b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/tasks/peekExposure.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ def getDonutDiameter(self, exposure: afwImage.Exposure) -> float:
case "LATISS":
focusZ *= 41 # magnification factor
fratio = 18.0
case "LSSTCam" | "ComCam" | "LSSTComCamSim":
case "LSSTCam" | "LSSTComCam" | "LSSTComCamSim":
fratio = 1.234
case _:
raise ValueError(f"Unknown instrument label: {instrumentLabel}")
Expand Down

0 comments on commit 87f999b

Please sign in to comment.