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
While the FITS_Reader receives a correct pixel array for the ImageType, the resulting ImagePlus/Processor displays highly skewed values.
This is not the case when a 32-bit int image is created (such as with the PhotometricDebayer, when ImageType is returning an IntProcessor).
For now, these images are read in as floating points, similar to the 64bit counterparts.
The text was updated successfully, but these errors were encountered:
GH-51
caa87f2
Read 32bit int fits files as floating point
No branches or pull requests
While the FITS_Reader receives a correct pixel array for the ImageType, the resulting ImagePlus/Processor displays highly skewed values.
This is not the case when a 32-bit int image is created (such as with the PhotometricDebayer, when ImageType is returning an IntProcessor).
For now, these images are read in as floating points, similar to the 64bit counterparts.
The text was updated successfully, but these errors were encountered: