File tree Expand file tree Collapse file tree 5 files changed +40
-7
lines changed Expand file tree Collapse file tree 5 files changed +40
-7
lines changed Original file line number Diff line number Diff line change 1
- Welcome to dmriprep's documentation!
2
- ====================================
1
+ ..include:: links.rst
2
+ ..include:: ../README.rst
3
+ ../include:: license.rst
4
+
5
+ Contents
6
+ --------
3
7
4
8
.. toctree ::
5
9
:maxdepth: 2
6
10
:caption: Contents:
7
11
8
- readme
9
12
installation
10
13
changes
11
14
usage
12
15
workflows
13
16
outputs
14
17
contributing
15
- authors
16
18
17
19
Indices and tables
18
20
==================
Original file line number Diff line number Diff line change
1
+ License information
2
+ -------------------
3
+
4
+ We use the 3-clause BSD license; the full license may be found in the
5
+ `LICENSE <https://github.com/josephmje/dmriprep/blob/master/LICENSE >`_ file
6
+ in the ``dmriprep `` distribution.
7
+
8
+ All trademarks referenced herein are property of their respective holders.
9
+
10
+ Copyright (c) 2018-2019, the dMRIPrep.
11
+ All rights reserved.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ .. include :: links.rst
2
+
1
3
Usage
2
4
-----
3
5
@@ -9,12 +11,31 @@ that is to be processed.
9
11
The input dataset is required to be in valid :abbr: `BIDS ( Brain Imaging Data
10
12
Structure ) ` format, and it must include at least one T1w structural image and
11
13
a dwi series.
14
+
15
+ .. code-block :: console
16
+
17
+ bids
18
+ └── sub-01
19
+ ├── anat
20
+ │ └── sub-01_T1w.nii.gz
21
+ ├── dwi
22
+ │ ├── sub-01_dwi.bval
23
+ │ ├── sub-01_dwi.bvec
24
+ │ ├── sub-01_dwi.json
25
+ │ └── sub-01_dwi.nii.gz
26
+ └── fmap
27
+ ├── sub-01_acq-dwi_dir-AP_epi.json
28
+ ├── sub-01_acq-dwi_dir-AP_epi.nii.gz
29
+ ├── sub-01_acq-dwi_dir-PA_epi.json
30
+ └── sub-01_acq-dwi_dir-PA_epi.nii.gz
31
+
12
32
We highly recommend that you validate your dataset with the free, online
13
33
`BIDS Validator <http://bids-standard.github.io/bids-validator/ >`_.
14
34
15
35
The exact command to run ``dmriprep `` depends on the Installation _ method.
16
36
The common parts of the command follow the `BIDS-Apps
17
37
<https://github.com/BIDS-Apps> `_ definition.
38
+
18
39
Example: ::
19
40
20
41
dmriprep data/bids_root/ out/ participant -w work/
Original file line number Diff line number Diff line change 1
- Workflows
2
- =========
1
+ Processing pipeline details
2
+ ===========================
You can’t perform that action at this time.
0 commit comments