Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
suberlak committed Mar 6, 2024
1 parent 25ffdce commit 10c22b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/ts/imsim/imsim_cmpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,8 @@ def _map_opd_to_zk(self, rot_opd_in_deg: float, num_opd: int) -> np.ndarray:
opd_rot = opd

# z1 to z28 (28 terms)
# this is to match imSim output that
# also fits up to zk28 by default
zk = self.opd_metr.get_zk_from_opd(opd_map=opd_rot, zk_terms=28)[0]

# Only need to collect z4 to z22
Expand Down

0 comments on commit 10c22b5

Please sign in to comment.