Skip to content

Commit b923136

Browse files
-skull option (#76)
* Tips and tricks
1 parent 235ed49 commit b923136

1 file changed

Lines changed: 7 additions & 24 deletions

File tree

docs/command.rst

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -73,37 +73,20 @@ mandatory parameters
7373
For ``-soft`` value, it is possible to add some key words (e.g. ``-soft ANTS_robustreg_prep``) all these options are available (to place after SPM or ANTS, e.g) and will change the brain extraction:
7474

7575
* ``_4animal`` : will use bet4animal (FSL) for brain extraction, for faster computation (by default atlas_brex is used)
76-
* ``_quick`` : will use hd-bet (Deep Learning) for brain extraction, for faster computation (by default atlas_brex is used)
77-
78-
**NB:** hd-bet requires a specific version of macapype/skullTo3d, not available by default
79-
80-
|
81-
82-
This option should be used if the coregistration to template in preparation is not performed correctly:
83-
84-
* ``_robustreg`` (at the end) to have a more robust registration (in two steps)
85-
86-
|
76+
* ``_quick`` : will use hd-bet (Deep Learning) for brain extraction, for faster computation (by default atlas_brex is used) **NB:** hd-bet requires a specific version of macapype/skullTo3d, not available by default
77+
* ``_robustreg`` (at the end) to have a more robust registration (in two steps) . This option should be used if the coregistration to template in preparation is not performed correctly
8778

8879
Finally, these option are available (to place after SPM or ANTS) and will modify the parameters but can be launched in sequence:
8980

9081
* ``_test`` : (at the end) to check if the full pipeline is coherent (will only generate the graph.dot and graph.png)
9182
* ``_prep`` (at the end) will perform data preparation (no brain extraction and segmentation)
9283
* ``_noseg`` (at the end) will perform data preparation and brain extraction (no segmentation)
9384

94-
|
85+
* ``_skull`` after SPM or ANTS if you want to process skull or angio *specific to skullTo3d*; otherwise the main pipelines of macapype will be launched (only brain segmentation will be performed) **NB:** ``_skullnoisypetra`` instead of ``_skull`` available for macaque with issues on petra **NB:** ``-soft skull`` without processing brain is possible, but is still experimental. It only works if ``-skull_dt CT petra`` and -deriv -padback are NOT defined
9586

96-
**Some options are specific to skullTo3d:**
97-
98-
* ``_skull`` after SPM or ANTS if you want to process skull or angio *specific to skullTo3d*; otherwise the main pipelines of macapype will be launched (only brain segmentation will be performed)
99-
100-
**NB :** ``_skullnoisypetra`` instead of ``_skull`` available for macaque with issues on petra
101-
102-
**NB :** ``-soft skull`` without processing brain is possible, but is still experimental. It only works if ``-skull_dt CT petra`` and ``-deriv`` and ``-padback`` are NOT defined
103-
104-
* ``_noskullmask`` (at the end) will perform realignement to stereo and headmask (only realignement for CT)
10587
* ``_noheadmask`` (at the end) will perform only realignement to stereo
106-
88+
* ``_noskullmask`` (at the end) will perform realignement to stereo and compute headmask (only realignement for CT)
89+
* ``_nofullskullmask`` (at the end) will not perform fullskullmask (only realignement for CT)
10790

10891
--------------------
10992
exclusive parameters
@@ -113,8 +96,8 @@ exclusive parameters
11396
* ``-params`` : *(mandatory if -species is omitted)* a json file specifiying the global parameters of the analysis. See :ref:`Parameters <params>` for more details
11497
* ``-species`` : *(mandatory if -params is omitted)* followed the NHP species corresponding to the image, e.g. {macaque | marmo }
11598

116-
**NB** marmoT2 can be used for segmenting from the T2w image (by default, T1w is used for marmo)
117-
**NB** macaque_0p5 is available to use downsampled template (faster results)
99+
**NB:** marmoT2 can be used for segmenting from the T2w image (by default, T1w is used for marmo)
100+
**NB:** macaque_0p5 is available to use downsampled template (faster results)
118101

119102
-------------------
120103
optional parameters

0 commit comments

Comments
 (0)