We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a problem both when reading from FITS or HDF5, caused because the code for the first was used as a pattern for the second.
Line 1418 of grid2fits.c (v1.8 numbering): indices i_us and j_us should be exchanged.
i_us
j_us
Line 1885 of grid2hdf5.c: ditto.
The text was updated successfully, but these errors were encountered:
Fixes for #243 and #244.
dcb288b
Fixed both in the master branch and in release 1.8.1.
Sorry, something went wrong.
No branches or pull requests
This is a problem both when reading from FITS or HDF5, caused because the code for the first was used as a pattern for the second.
Line 1418 of grid2fits.c (v1.8 numbering): indices
i_us
andj_us
should be exchanged.Line 1885 of grid2hdf5.c: ditto.
The text was updated successfully, but these errors were encountered: