Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcrenshaw authored Oct 29, 2024
1 parent ed076e5 commit dab8d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ts/wep/task/cutOutDonutsScienceSensorTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def assignExtraIntraIdx(self, focusZVal0, focusZVal1, cameraName):
"""

if cameraName in ["LSSTCam", "LSSTComCam", "LSSTComCamSim"]:
if focusZVal0 < 0:
if focusZVal0 < focusZVal1:
extraExpIdx = 1
intraExpIdx = 0
else:
Expand Down

0 comments on commit dab8d80

Please sign in to comment.