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
The F32 and F64 branches of TForm.get_values use the std from_be_bytes - this uses the round to nearest, ties away from zero rules, whereas the FITS standard uses round to nearest, ties to even - this produces inaccurate calculations when examining column data as a whole
from_be_bytes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The F32 and F64 branches of TForm.get_values use the std
from_be_bytes
- this uses the round to nearest, ties away from zero rules, whereas the FITS standard uses round to nearest, ties to even - this produces inaccurate calculations when examining column data as a wholeThe text was updated successfully, but these errors were encountered: