Skip to content
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f2b847d
-skull option
davidmeunier79 May 28, 2025
555cbe2
NB
davidmeunier79 May 28, 2025
cf0f16e
``
davidmeunier79 May 28, 2025
e5f807c
|
davidmeunier79 May 28, 2025
8011cc0
Merge branch 'main' of github.com:davidmeunier79/skullTo3d
davidmeunier79 Jun 11, 2025
2b01a25
Merge branch 'main' of github.com:Macatools/skullTo3d
davidmeunier79 Jul 16, 2025
6608428
Merge branch 'main' of github.com:Macatools/skullTo3d
davidmeunier79 Aug 4, 2025
41435d7
Merge branch 'main' of github.com:Macatools/skullTo3d
davidmeunier79 Aug 6, 2025
257f376
Merge branch 'main' of github.com:Macatools/skullTo3d
davidmeunier79 Aug 26, 2025
c9e9d89
Merge branch 'main' of github.com:Macatools/skullTo3d
davidmeunier79 Aug 29, 2025
4dee626
Merge branch 'main' of github.com:Macatools/skullTo3d
davidmeunier79 Aug 29, 2025
ba1adb1
Merge branch 'main' of github.com:Macatools/skullTo3d
davidmeunier79 Dec 10, 2025
9524aa7
Tips and tricks
davidmeunier79 Dec 10, 2025
4ffd17a
Merge branch 'add_doc'
davidmeunier79 Dec 10, 2025
79b1a60
ref
davidmeunier79 Dec 10, 2025
83889f0
___
davidmeunier79 Dec 10, 2025
9823a9a
-skull option
davidmeunier79 Dec 10, 2025
9b9f1e1
Merge branch 'correct_rebase'
davidmeunier79 Dec 10, 2025
afa4597
Merge branch 'main' of github.com:davidmeunier79/skullTo3d
davidmeunier79 Dec 10, 2025
4856a05
indent NB
davidmeunier79 Dec 10, 2025
1fa041c
no indent
davidmeunier79 Dec 10, 2025
cb21cc0
indent
davidmeunier79 Dec 10, 2025
737998a
simplified indent
davidmeunier79 Dec 10, 2025
b86332c
all bold
davidmeunier79 Dec 10, 2025
0f56ac5
NB
davidmeunier79 Dec 10, 2025
59cb168
spaces
davidmeunier79 Dec 10, 2025
60c0b1a
Merge branch 'main' into correct_rebase
davidmeunier79 Dec 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 7 additions & 24 deletions docs/command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,37 +73,20 @@ mandatory parameters
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:

* ``_4animal`` : will use bet4animal (FSL) for brain extraction, for faster computation (by default atlas_brex is used)
* ``_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

|

This option should be used if the coregistration to template in preparation is not performed correctly:

* ``_robustreg`` (at the end) to have a more robust registration (in two steps)

|
* ``_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
* ``_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

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

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

|
* ``_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

**Some options are specific to skullTo3d:**

* ``_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`` and ``-padback`` are NOT defined

* ``_noskullmask`` (at the end) will perform realignement to stereo and headmask (only realignement for CT)
* ``_noheadmask`` (at the end) will perform only realignement to stereo

* ``_noskullmask`` (at the end) will perform realignement to stereo and compute headmask (only realignement for CT)
* ``_nofullskullmask`` (at the end) will not perform fullskullmask (only realignement for CT)

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

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

-------------------
optional parameters
Expand Down