Skip to content

Commit 4127579

Browse files
authored
Feature/surface v1.8 (#251)
2 parents acfc187 + 00d628f commit 4127579

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed
240 KB
Loading

docs/_sources/user/anat.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@
55

66
<div class="flowchart-container"><object data="../_static/flowcharts/anatomical.svg" type="image/svg+xml"></object></div>
77

8+
Surface Analysis
9+
^^^^^^^^^^^^^^^^
10+
11+
Surface analysis runs FreeSurfer recon-all and generates CSF, WM, GM masks, pial surface mesh, smoothed surface mesh, spherical surface mesh, white matter surface mesh, sulcal depth surface maps, cortical thickness surface maps and cortical volume surface maps.
12+
13+
Configuring CPAC to run surface analysis:
14+
"""""""""""""""""""""""""""""""""""""""""
15+
16+
.. figure:: /_images/anat_surface.png
17+
18+
#. **FreeSurfer - [On,Off]:** FreeSurfer recon-all. Default is Off.
19+
20+
Configuration Without the GUI
21+
""""""""""""""""""""""""""""""
22+
23+
The following nested key/value pairs that will be set to these defaults if not defined in your :doc:`pipeline configuration YAML </user/pipelines/pipeline_config>`:
24+
25+
.. literalinclude:: /references/default_pipeline.yml
26+
:language: YAML
27+
:lines: 152-159
28+
829
Initial Preprocessing
930
^^^^^^^^^^^^^^^^^^^^^
1031

docs/_sources/user/pipelines/pipeline_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Pipeline configuration files, like the data settings and data configuration file
7373

7474
.. literalinclude:: /references/default_pipeline.yml
7575
:language: YAML
76-
:lines: 10-53
76+
:lines: 10-51
7777

7878
An example of a pipeline configuration YAML file can be found :doc:`here </user/pipelines/default>`. Tables explaining the keys and their potential values can be found on the individual pages for each of the outputs C-PAC is capable of producing. All pipeline setup configuration files should have the keys in the :doc:`Output Settings </user/output_config>`_ table defined.
7979

0 commit comments

Comments
 (0)