Open
Description
I am trying to convert Philips DICOMs from a ~1 hour scan. About 36k single-slice DICOMs in a single directory, several image series together. The total size of the tarball is ~850MB (~160MB gzipped). I convert via the following call:
% dcmstack -v -d --dest-dir . --file-ext '' study_20...
These DICOMs have no file name extensions, hence the option.
At this point the process is running for 40 min and consumes 18GB of RAM. However, no files have been created yet, hence I assume it will keep going.
The memory consumption is more than 20 times the input data. This seems excessive. Any idea what is happening?
Thanks!