spacetelescope / wfc3tools

Python tools for HST WFC3 data calibration and analysis
https://wfc3tools.readthedocs.io/en/latest/
Other
6 stars 19 forks source link

Reverse the column and row indices when acquiring image data #73

Closed mdlpstsci closed 1 year ago

mdlpstsci commented 1 year ago

As Python is row-major, I reversed the use of "column" and "row" parameters when accessing the actual image data to fulfill the expectation of the users. Also, I updated the example in the docstring for consistency.

This PR addresses Git Issue #39.