rust-fitsio
rust-fitsio copied to clipboard
Image dimensions and n-d array writing is inverted/transposed
It seems when creating an array of n dimensions, it seems the axes are transposed.
Also: consider range checks for the data. I have been able to write beyond the end of the image array. This didn't actually write any data, it failed silently which is also not great!
See #163