Skip to content

Commit cb4656e

Browse files
committed
add acpc doc and reorder anat initial preprocessing flowchart
1 parent 993b5ed commit cb4656e

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

docs/_sources/_images/acpc_gui.png

45.6 KB
Loading
-24.5 KB
Loading

docs/_sources/_static/flowcharts/anatomical.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/_sources/_static/flowcharts/pipeline-individual.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/_sources/user/anat.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
Initial Preprocessing
99
^^^^^^^^^^^^^^^^^^^^^
1010

11-
Initial preprocessing offers methods like `non-local means filtering <https://www.iro.umontreal.ca/~mignotte/IFT6150/Articles/Buades-NonLocal.pdf>`_ and `N4 bias field correction <https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3071855/>`_ to preprocess anatomical images.
11+
Initial preprocessing offers methods like `ACPC Alignment <https://doi.org/10.1016/j.neuroimage.2013.04.127>`_ , `non-local means filtering <https://www.iro.umontreal.ca/~mignotte/IFT6150/Articles/Buades-NonLocal.pdf>`_ and `N4 bias field correction <https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3071855/>`_ to preprocess anatomical images.
1212

1313
C-PAC provides options for configuring initial preprocessing - users can select:
1414

15+
* `ACPC Alignment <https://github.com/Washington-University/HCPpipelines/blob/master/PreFreeSurfer/scripts/ACPCAlignment.sh>`_
1516
* `ANT's DenoiseImage <https://manpages.debian.org/experimental/ants/DenoiseImage.1.en.html>`_
1617
* `ANT's N4BiasFieldCorrection <http://manpages.ubuntu.com/manpages/trusty/man1/N4BiasFieldCorrection.1.html>`_
1718

@@ -21,10 +22,22 @@ Configuring CPAC to run initial preprocessing:
2122

2223
.. figure:: /_images/anat_init_options.png
2324

25+
#. **ACPC Alignment - [On,Off]:** Anterior Commissure - Posterior Comissure (ACPC) alignment. Default is Off. If choose 'on', clicking on the setting icon will bring up a dialog where you can set ACPC alignment parameters.
26+
2427
#. **Non-Local Means Filtering - [On,Off]:** ANTs DenoiseImage. Default is Off.
2528

2629
#. **N4 Bias Field Correction - [On,Off]:** ANTs N4BiasFieldCorrection - a variant of the popular N3 (nonparametric nonuniform normalization) retrospective bias correction algorithm. Default is Off.
2730

31+
Configuring ACPC Alignment options:
32+
""""""""""""""""""""""""""""""""""""""
33+
**Note:** These options are pre-set for ACPC Alignment's default values. These do not need to be modified unless you are looking to optimize the results of ACPC alignment for your particular dataset.
34+
35+
.. figure:: /_images/acpc_gui.png
36+
37+
#. **ACPC Brain Size - [150]:** ACPC size of brain in z-dimension in mm. Default: 150mm for human data, 70mm for macaque data.
38+
#. **ACPC Aligned Skull Template - [path]:** Skull template to be used for ACPC alignment. It is not necessary to change this path unless you intend to use a non-standard template.
39+
#. **ACPC Aligned Brain Template - [path]:** Brain template to be used for ACPC alignment. For human data, it can be 'None'. It is not necessary to change this path unless you intend to use a non-standard template.
40+
2841

2942
Skull-Stripping
3043
^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)