Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 0b2249c

Browse files
authored
updated with quickstart & prepping files
1 parent 0d717db commit 0b2249c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,36 @@ Preprocessing of neuroimaging data in preparation for AFQ analysis
2222
* Free software: BSD license
2323
* Documentation: https://dmriprep.readthedocs.io.
2424

25+
Preparing your data
26+
-------------------
27+
28+
You should have raw data organized in the BIDS format. Also, you should have run Freesurfer and the results should be in a derivatives/ folder:
29+
30+
| BIDS_input_dir
31+
| |-- sub-01
32+
| |-- dwi
33+
| |-- sub-01_ses-01_dwi.nii.gz
34+
| |-- sub-01_ses-01_dwi.bvals
35+
| |-- sub-01_ses-01_dwi.bvecs
36+
| |-- fmap
37+
| |-- sub-01_ses-01_dir-AP_dwi.nii.gz
38+
| |-- sub-01_ses-01_dir-PA_dwi.nii.gz
39+
| |-- derivatives
40+
| |-- sub-01
41+
| |-- freesurfer
42+
43+
44+
Quickstart
45+
----------
46+
47+
```
48+
git clone https://github.com/nipy/dmriprep
49+
cd dmriprep
50+
python setup.py install
51+
52+
dmriprep $BIDS_INPUT_DIR $OUTPUT_DIR --participant-label 01
53+
```
54+
2555

2656
Features
2757
--------

0 commit comments

Comments
 (0)