Skip to content

v1.1.2

Compare
Choose a tag to compare
@crnh crnh released this 13 Dec 08:10
· 33 commits to main since this release

This release fixes an issue with datagrid parsing. Previously, the row indices were reversed. As a result, accessing a value in the datagrid using its index (e.g. using pandas.DataFrame.loc) returned the wrong value. This bug affected the Huygens PSF and Surface Curvature analyses.

Fixed

  • Reversed row index of datagrids in zospy.utils.zputils.unpack_datagrid (#56). Thanks for noticing this, @andibarg!

Other contributors