DICOM/PAR-REC conversion to nifti using Rorden's dcm2nii (v.4AUG14)
10K+
This Dockerfile will create a MRICRON Docker image that can execute dcm2nii.
Options are set in dcm2nii.ini. Current defaults are set and copied into the container on runtime.
To build the image, either download the files from this repo or clone the repo:
./build.sh
To run dcm2nii from this image you can do the following:
docker run --rm -ti \
-v </path/to/input/data>:/flywheel/v0/input \
-v </path/to/output>:/flywheel/v0/output \
scitran/dcm2nii <optional_flags>
Content type
Image
Digest
Size
110.3 MB
Last updated
over 9 years ago
docker pull scitran/dcm2nii