tomaroberts / nii2dcm

nii2dcm: NIfTI to DICOM creation with Python
Other
53 stars 13 forks source link

Ensure output files end in .dcm #19

Closed tomaroberts closed 11 months ago

tomaroberts commented 11 months ago

Currently output files do not have an extension, they are just output as:

IM_0001
IM_0002
...
IM_XXXX

AIDE requires files to have .dcm extension, so will implement this by default, e.g.:

IM_0001.dcm
IM_0002.dcm
...
IM_XXXX.dcm