From 5ad238bb0566c735188f1c877683130251634a24 Mon Sep 17 00:00:00 2001 From: Chris Gorgolewski Date: Wed, 6 Mar 2019 08:26:31 -0800 Subject: [PATCH] updated link to dcm2niix --- src/02-common-principles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/02-common-principles.md b/src/02-common-principles.md index bbe754ea61..ecaf302dc4 100644 --- a/src/02-common-principles.md +++ b/src/02-common-principles.md @@ -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 [dcm2niix](https://www.nitrc.org/projects/dcm2nii/) +Extraction of BIDS compatible metadata can be performed using [dcm2niix](https://github.com/rordenlab/dcm2niix) 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)