-
Notifications
You must be signed in to change notification settings - Fork 269
RAW NRRD cannot be displayed #227
Copy link
Copy link
Closed
Description
I think I've found a bug in the NRRD parser or maybe is it the files I'm using?,
I've been trying to load NRRDs with a RAW encoding, when it's time to render it gives me this error:
Uncaught RangeError: buffer length for Int16Array should be a multiple of 2 in the library at xtk_edge.js:270.
However if I try to open this file in 3DSlicer it works perfectly, in fact, the NRRD was created by 3DSlicer itself; if I instead compress the same NRRD file within 3DSlicer, it loads and displays correctly.
From what I've been seeing, the array buffer is indeed an even number.
If this is a problem with the file, how could it be fixed? Since the NRRD is quite big (300MB), I'll provide it if needed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels