From 10c22b535f1793f424454dcb8118120fc46e1b23 Mon Sep 17 00:00:00 2001 From: Chris Suberlak Date: Wed, 6 Mar 2024 23:11:24 +0000 Subject: [PATCH] update comment --- python/lsst/ts/imsim/imsim_cmpt.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/lsst/ts/imsim/imsim_cmpt.py b/python/lsst/ts/imsim/imsim_cmpt.py index d87d986..096d2fb 100644 --- a/python/lsst/ts/imsim/imsim_cmpt.py +++ b/python/lsst/ts/imsim/imsim_cmpt.py @@ -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