rust-fitsio icon indicating copy to clipboard operation
rust-fitsio copied to clipboard

Update documentation for reading n-d image data

Open simonrw opened this issue 2 years ago • 0 comments

We need to be clear on the use cases for the different read_ methods for images. For example, read_rows should really be used for 2-d images, whereas read_section is more general, and can be used with n-d arrays.

See #165 for more information.

simonrw avatar Jun 27 '22 22:06 simonrw