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
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.
The text was updated successfully, but these errors were encountered:
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 atxtk_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.
The text was updated successfully, but these errors were encountered: