Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 881 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 881 Bytes

Docker Pulls Docker Stars

scitran/dcm-convert

SciTran DICOM Conversion Tool. Uses SciTran Data lib to convert raw DICOM data (zip) from Siemens or GE to NIfTI, Montage, and PNG (screenshots) formats. Default behavior is set in manifest.json.

See http://github.com/scitran/data for source code.

Example usage to generate a NIfTI and Montage archive (default behavior):

   docker run --rm -ti \
        -v /path/to/dicom/data:/flywheel/v0/input/dicom \
        -v /path/to/output/data:/flywheel/v0/output \
        scitran/dcm-convert \
        /flywheel/v0/input/dicom/<input_file_name> \
        /flywheel/v0/output/<output_file_base_name>