You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/command.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ optional parameters
104
104
105
105
* ``-deriv`` : creates a derivatives directory, with all important files, properly named following BIDS derivatives convertion. See :ref:`Derivatives <derivatives>` for a descrition of the outputs
106
106
107
-
* ``-pad`` : exports most important files in native (original) space
107
+
* ``-padback`` : exports most important files in native (original) space
108
108
109
109
------------------------
110
110
more optional parameters
@@ -135,4 +135,4 @@ Command line examples
135
135
136
136
.. code:: bash
137
137
138
-
$ python workflows/segment_pnh.py -data ~/Data_maca -out ./local_test -soft ANTS -params params.json -sub Apache Baron -ses 01 -rec mean -deriv -pad
138
+
$ python workflows/segment_pnh.py -data ~/Data_maca -out ./local_test -soft ANTS -params params.json -sub Apache Baron -ses 01 -rec mean -deriv -padback
Copy file name to clipboardExpand all lines: docs/derivatives.rst
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,13 @@ Depending on the options provided by command line and params.json, different fil
13
13
14
14
Derivatives will be output if option ``-deriv`` is provided to the command line (See `Commands <commands>`):
15
15
16
-
All files are by default in stereo space; if option ``-pad`` is provided to the command line (See `Commands <commands>`), files in native will also be output.
16
+
All files are by default in stereo space; if option ``-padback`` is provided to the command line (See `Commands <commands>`), files in native will also be output.
17
17
18
18
Data Preparation
19
19
****************
20
20
21
+
|
22
+
21
23
Original files (possibly after reorientation and avereging):
22
24
23
25
*sub-Stevie_ses-01_space-native_T1w.nii.gz*
@@ -26,7 +28,7 @@ Original files (possibly after reorientation and avereging):
26
28
27
29
|
28
30
29
-
If -pad is defined in command line (See `Commands <commands>`):
31
+
If ``-padback`` is defined in command line (See `Commands <commands>`):
The 4 commands earlier corresponds to brain segmentation performed on an example of marmoset (Tresor) . The 4 steps corresponds to incremental processings, and can performed in the given order. It is possible to test directly the last command (with *-soft ANTS*), but the caching system of nipype should work and the previous steps will not be performed again.
@@ -68,7 +68,7 @@ For testing the docker installation, the beginning of the commands should be rep
0 commit comments