Skip to content

Commit

Permalink
Quick fix to lower jmax
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcrenshaw committed Nov 7, 2024
1 parent 8a3d38a commit 368e680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/donut/viz/plot_aos_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def plotZernikePyramids(
intrinsic = np.array(
[z.coef for z in dzs(aos_raw["thx_OCS"], aos_raw["thy_OCS"])]
).T[4:29]
intrinsic = intrinsic[:len(zk)]
intrinsicPyramid = self.doPyramid(x, y, intrinsic, rtp, q)

resid = zk - intrinsic
Expand Down

0 comments on commit 368e680

Please sign in to comment.