Skip to content

Commit

Permalink
Fix zernike average output after change to v11.2.0 in ts_wep.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkalmbach committed Sep 5, 2024
1 parent 52a4a07 commit f9f7e76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/versionHistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
##################
Version History
##################
-------------
1.6.3
-------------

* Fix zernike average output after change to v11.2.0 in ts_wep.

-------------
1.6.2
-------------
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/ts/imsim/closed_loop_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ def run_wep(
sensor_name = det_id_map[dataset.dataId["detector"]].getName()
sensor_wavefront_data.sensor_name = sensor_name
sensor_wavefront_data.sensor_id = det_name_map[sensor_name].getId()
sensor_wavefront_data.annular_zernike_poly = zer_coeff
sensor_wavefront_data.annular_zernike_poly = zer_coeff[0]

list_of_wf_err.append(sensor_wavefront_data)

Expand Down

0 comments on commit f9f7e76

Please sign in to comment.