You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to load a NIFTI with type FLOAT64, the error message "Unknown data type: datatypeCode: 64" is shown. This is surprising, as it seems as most of the code of the NIFTI parser (parsers.nifti.js) takes this data format into account (for the pixelType for example).
Additionally, I've seen that other viewers using the same NIFTI-Reader-JS library are able to display this image format correctly (e.g. the Papaya viewer).
Description
When trying to load a NIFTI with type FLOAT64, the error message
"Unknown data type: datatypeCode: 64"
is shown. This is surprising, as it seems as most of the code of the NIFTI parser (parsers.nifti.js) takes this data format into account (for the pixelType for example).Additionally, I've seen that other viewers using the same NIFTI-Reader-JS library are able to display this image format correctly (e.g. the Papaya viewer).
Live Demo
https://fnndsc.github.io/ami/#viewers_upload
Steps to Reproduce
Expected Results
The image should be loaded correctly, as is the case with UINT8, INT8, INT16, UINT16 and FLOAT32 types.
Actual Results
Only an error message is shown and the file is not loaded correctly.
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: