-
Notifications
You must be signed in to change notification settings - Fork 53
Provide a readImageDICOMArrayBufferSeries #480
New issue
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
Comments
Hi @FezVrasta , Yes, a |
@FezVrasta added in #482 |
I tested it locally and it seems to work, thanks! Do you think you could do the same for |
@FezVrasta excellent! Yes, will-do for |
Done in #492 |
Uh oh!
There was an error while loading. Please reload this page.
Our pipeline looks like the following:
fetch
a.tar
file containing several DICOM filesjs-untar
File
instanceFile
s toreadImageDICOMFileSeries
It'd be extremely useful if itk-wasm exposed a function similar to
readImageDICOMFileSeries
but that accepts a list ofArrayBuffer
s, since that's what we already receive fromjs-untar
, this way the logic would look like this:fetch
a.tar
file containing several DICOM filesjs-untar
ArrayBuffer
s toreadImageDICOMArrayBufferSeries
The process that creates the "fake"
File
instances can take a lot of time (400ms on a ~300 DICOMs list)Is there any technical reason that prevents this from being added?
Thanks!
The text was updated successfully, but these errors were encountered: