Skip to content

Commit

Permalink
Changed the ComCam model back to Detector.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcrenshaw committed Jun 21, 2024
1 parent bf92c27 commit 4f82d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/ts/wep/instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ def _getIntrinsicZernikesTACached(

# Offset the optic
optic = self.batoidOffsetOptic
batoidModel = batoidModel.withLocallyShiftedOptic(optic, offset)
shiftedModel = batoidModel.withLocallyShiftedOptic(optic, offset)

# Get the wavelength
if len(self.wavelength) > 1:
Expand All @@ -881,7 +881,7 @@ def _getIntrinsicZernikesTACached(

# Get the off-axis model Zernikes in wavelengths
zkIntrinsic = batoid.zernikeTA(
batoidModel,
shiftedModel,
*np.deg2rad([xAngle, yAngle]),
wavelength,
jmax=jmax,
Expand Down

0 comments on commit 4f82d8d

Please sign in to comment.