moloney / dcmstack

DICOM to Nifti conversion with meta data preservation
Other
72 stars 51 forks source link

Doesn't appear to read Siemens .IMA files #50

Closed hebbianloop closed 7 years ago

hebbianloop commented 7 years ago

Provided Siemens .IMA files as input - program returned '0 dicom files found.'

neurolabusc commented 7 years ago

In my case I just appended the .dcm extension from the command line using find . -type f -exec mv '{}' '{}'.dcm \;

ashgillman commented 7 years ago

dcmstack --file-ext .IMA works for me

moloney commented 7 years ago

Yes the --file-ext option is supposed to be the solution here.