@@ -21,7 +21,8 @@ Configuring CPAC to run surface analysis:
2121
2222.. literalinclude :: /references/default_pipeline.yml
2323 :language: YAML
24- :lines: 152-159
24+ :start-at: surface_analysis:
25+ :end-before: longitudinal_template_generation:
2526
2627Initial Preprocessing
2728^^^^^^^^^^^^^^^^^^^^^
@@ -50,7 +51,8 @@ Configuring CPAC to run initial preprocessing:
5051
5152.. literalinclude :: /references/default_pipeline.yml
5253 :language: YAML
53- :lines: 197-209
54+ :start-at: anatomical_preproc:
55+ :end-before: Run ACPC alignment before non-local means filtering or N4 bias
5456
5557Configuring ACPC Alignment options:
5658""""""""""""""""""""""""""""""""""""""
@@ -66,7 +68,12 @@ Configuring ACPC Alignment options:
6668
6769.. literalinclude :: /references/default_pipeline.yml
6870 :language: YAML
69- :lines: 197-198,207-226
71+ :start-at: anatomical_preproc:
72+ :lines: 1
73+
74+ .. literalinclude :: /references/default_pipeline.yml
75+ :start-at: acpc_alignment:
76+ :end-before: brain_extraction:
7077
7178Skull-Stripping
7279^^^^^^^^^^^^^^^
@@ -95,7 +102,12 @@ Configuring CPAC to run Skull-Stripping:
95102
96103.. literalinclude :: /references/default_pipeline.yml
97104 :language: YAML
98- :lines: 197-198,228-232
105+ :start-at: anatomical_preproc:
106+ :lines: 1
107+
108+ .. literalinclude :: /references/default_pipeline.yml
109+ :start-at: brain_extraction:
110+ :end-at: using: ['3dSkullStrip']
99111
100112Configuring AFNI 3dSkullStrip options:
101113""""""""""""""""""""""""""""""""""""""
@@ -143,7 +155,18 @@ Configuring AFNI 3dSkullStrip options:
143155
144156.. literalinclude :: /references/default_pipeline.yml
145157 :language: YAML
146- :lines: 197-198,228-229,234-298
158+ :start-at: anatomical_preproc:
159+ :lines: 1
160+
161+
162+ .. literalinclude :: /references/default_pipeline.yml
163+ :start-at: brain_extraction:
164+ :lines: 1
165+
166+
167+ .. literalinclude :: /references/default_pipeline.yml
168+ :start-at: AFNI-3dSkullStrip:
169+ :end-before: FSL-BET:
147170
148171Configuring FSL BET options:
149172""""""""""""""""""""""""""""
@@ -181,7 +204,18 @@ Configuring FSL BET options:
181204
182205.. literalinclude :: /references/default_pipeline.yml
183206 :language: YAML
184- :lines: 197-198,228-229,300-339
207+ :start-at: anatomical_preproc:
208+ :lines: 1
209+
210+
211+ .. literalinclude :: /references/default_pipeline.yml
212+ :start-at: brain_extraction:
213+ :lines: 1
214+
215+
216+ .. literalinclude :: /references/default_pipeline.yml
217+ :start-at: FSL-BET:
218+ :end-before: UNet:
185219
186220Configuring niworkflows-ants options:
187221"""""""""""""""""""""""""""""""""""""
@@ -199,7 +233,18 @@ Configuring niworkflows-ants options:
199233
200234.. literalinclude :: /references/default_pipeline.yml
201235 :language: YAML
202- :lines: 197-198,228-229,346-358
236+ :start-at: anatomical_preproc:
237+ :lines: 1
238+
239+
240+ .. literalinclude :: /references/default_pipeline.yml
241+ :start-at: brain_extraction:
242+ :lines: 1
243+
244+
245+ .. literalinclude :: /references/default_pipeline.yml
246+ :start-at: niworkflows-ants:
247+ :end-before: FreeSurfer-BET:
203248
204249Anatomical Registration
205250^^^^^^^^^^^^^^^^^^^^^^^
@@ -243,7 +288,8 @@ Configuring CPAC to Run Anatomical Registration
243288
244289.. literalinclude :: /references/default_pipeline.yml
245290 :language: YAML
246- :lines: 482-600
291+ :start-at: registration_workflows:
292+ :end-before: functional_registration:
247293
248294Anatomical Tissue Segmentation
249295^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -344,7 +390,8 @@ Configuring CPAC to Run Anatomical Tissue Segmentation
344390
345391.. literalinclude :: /references/default_pipeline.yml
346392 :language: YAML
347- :lines: 361-479
393+ :start-at: segmentation:
394+ :end-before: registration_workflows:
348395
349396References
350397^^^^^^^^^^
0 commit comments