-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Our pipeline looks like the following:
fetcha.tarfile containing several DICOM files- untar the DICOM files with
js-untar - pipe each of them into a
Fileinstance - pass the list of
Files toreadImageDICOMFileSeries
It'd be extremely useful if itk-wasm exposed a function similar to readImageDICOMFileSeries but that accepts a list of ArrayBuffers, since that's what we already receive from js-untar, this way the logic would look like this:
fetcha.tarfile containing several DICOM files- untar the DICOM files with
js-untar - pass the list of
ArrayBuffers 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!
Metadata
Metadata
Assignees
Labels
No labels