Skip to content

Commit

Permalink
dcm2niix → dcm2nii
Browse files Browse the repository at this point in the history
Change dicom converter recommendation from obsolete dcm2nii to modern dcm2niix.
  • Loading branch information
DimitriPapadopoulos committed Mar 6, 2019
1 parent b1550c3 commit a3ea36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/02-common-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ possible. Since the NIfTI standard offers limited support for the various image
acquisition parameters available in DICOM files, we RECOMMEND that users provide
additional meta information extracted from DICOM files in a sidecar JSON file
(with the same filename as the `.nii[.gz]` file, but with a `.json` extension).
Extraction of BIDS compatible metadata can be performed using [dcm2nii](https://www.nitrc.org/projects/dcm2nii/)
Extraction of BIDS compatible metadata can be performed using [dcm2niix](https://www.nitrc.org/projects/dcm2nii/)
and [dicm2nii](http://www.mathworks.com/matlabcentral/fileexchange/42997-dicom-to-nifti-converter/content/dicm2nii.m)
DICOM to NIfTI converters. A provided
[validator](https://github.com/bids-standard/bids-validator)
Expand Down

0 comments on commit a3ea36c

Please sign in to comment.