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