imagej / ImageJ

Public domain software for processing and analyzing scientific images
http://imagej.org
Other
513 stars 218 forks source link

ImageJ does not use NIfTI scl_slope and scl_inter when loading #178

Open johnmarianhoffman opened 1 year ago

johnmarianhoffman commented 1 year ago

I have a NIfTI1 file that's floating point data "compressed" into uint16s and uses these fields to recover the original floating point values. 3DSlicer does automatically rescale these values when loading, however when loading the same file in ImageJ, ImageJ only has the original uint16 data.

Sample file can be found here: https://drive.google.com/file/d/1gs-tvNvHznsHgjO2ACSRbtg-Z9kqZ2tH/view?usp=sharing

Totally fine if this is not supported and not intended for support, but it'd be helpful to know if I need to offer it as an option for the software I'm working on.