Skip to content

Commit

Permalink
📝 Update default config line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Mar 15, 2021
1 parent 30bc2d3 commit 2caae5c
Show file tree
Hide file tree
Showing 15 changed files with 81 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/_sources/user/after_warp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 1161-1191
:lines: 1184-1214

External Resources
^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/user/alff.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 1270-1280
:lines: 1290-1300

References
^^^^^^^^^^
Expand Down
56 changes: 54 additions & 2 deletions docs/_sources/user/anat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ Configuring CPAC to run initial preprocessing:

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

Configuration Without the GUI
""""""""""""""""""""""""""""""

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>`:

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 197-209

Configuring ACPC Alignment options:
""""""""""""""""""""""""""""""""""""""
**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.
Expand All @@ -38,6 +47,14 @@ Configuring ACPC Alignment options:
#. **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.
#. **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.

Configuration Without the GUI
""""""""""""""""""""""""""""""

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>`:

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 197-198,207-226

Skull-Stripping
^^^^^^^^^^^^^^^
Expand All @@ -62,6 +79,15 @@ Configuring CPAC to run Skull-Stripping:

#. **Which tool for skull-stripping - [FSL, AFNI, niworkflows-ants]:** Choose if you’d like to use FSL BET, AFNI 3dSkullStrip, or run all options in parallel.

Configuration Without the GUI
""""""""""""""""""""""""""""""

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>`:

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 197-198,228-232

Configuring AFNI 3dSkullStrip options:
""""""""""""""""""""""""""""""""""""""
**Note:** These options are pre-set for AFNI 3dSkullStrip's default values. These do not need to be modified unless you are looking to optimize the results of skull-stripping for your particular dataset.
Expand Down Expand Up @@ -104,6 +130,15 @@ Configuring AFNI 3dSkullStrip options:

#. **blur_fwhm - [2]:** Blur datasets after spatial normalization. Default value is 2.

Configuration Without the GUI
""""""""""""""""""""""""""""""

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>`:

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 197-198,228-229,234-298

Configuring FSL BET options:
""""""""""""""""""""""""""""
**Note:** These options are pre-set for FSL BET's default values. These do not need to be modified unless you are looking to optimize the results of skull-stripping for your particular dataset.
Expand Down Expand Up @@ -136,6 +171,15 @@ Configuring FSL BET options:

#. **Robust brain center - [Off, On]:** Robust brain center estimation. Mutually exclusive with functional, reduce_bias, robust, padding, remove_eyes, surfaces.

Configuration Without the GUI
""""""""""""""""""""""""""""""

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>`:

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 197-198,228-229,300-339

Configuring niworkflows-ants options:
"""""""""""""""""""""""""""""""""""""
**Note:** These templates are used during niworkflows-ants skull stripping. e.g. OASIS template can be downloaded `here <https://s3-eu-west-1.amazonaws.com/pfigshare-u-files/3133832/Oasis.zip>`_.
Expand All @@ -148,6 +192,14 @@ Configuring niworkflows-ants options:

#. **niworkflows_ants_regmask_path:** Set the brain extraction registration mask, used for registration to limit the metric computation to a specific region. e.g. OASIStemplate/T_template0_BrainCerebellumRegistrationMask.nii.gz

Configuration Without the GUI
""""""""""""""""""""""""""""""

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>`:

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 197-198,228-229,346-358

Anatomical Registration
^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -194,7 +246,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 192-353
:lines: 482-600

Anatomical Tissue Segmentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -298,7 +350,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 356-476
:lines: 361-479

References
^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/user/aroma_ica.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 1024-1035
:lines: 1022-1033

EXTERNAL RESOURCES:
^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/user/centrality.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 1326-1393
:lines: 1346-1413

References
^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/user/compute_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 10-11,76-131
:lines: 10-11,81-136

Setting up SGE
"""""""""""""""
Expand Down
20 changes: 14 additions & 6 deletions docs/_sources/user/func.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 602-619,815-847,855-936

:lines: 602-606,609-610,615-619,815-936

.. _motion_estimate_filter_valid_options:

Expand Down Expand Up @@ -84,7 +83,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 812-814,844-850
:lines: 815-816,848-853

Through the Data Configuration
""""""""""""""""""""""""""""""
Expand Down Expand Up @@ -170,7 +169,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 812-814,916-944
:lines: 815-816,938-965

Functional to Anatomical Registration
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand All @@ -188,6 +187,15 @@ Functional to Anatomical Registration

#. **Functional Masking - [AFNI, FSL, FSL_AFNI, Anatomical_Refined]:** Choose which tool to be used in functional masking - AFNI (3dAutoMask), FSL (BET), FSL_AFNI (BET+3dAutoMask) or Anatomical_Refined (generate functional mask by registering anatomical mask to functional space). Default is AFNI.

Configuration Without the GUI
"""""""""""""""""""""""""""""

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>`:

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 482-483,602-614,621-635,815-816,967-971

Configuring FSL BET options:
""""""""""""""""""""""""""""

Expand Down Expand Up @@ -231,7 +239,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 479-480,599-631,812-813,946-998
:lines: 815-816,973-1014

Functional to Template Registration
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -264,4 +272,4 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 479-480,599-600,633-809
:lines: 482-483,602-603,636-812
2 changes: 1 addition & 1 deletion docs/_sources/user/longitudinal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 157-189
:lines: 162-194

References
^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/user/nuisance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 1001-1158
:lines: 1022-1023,1035-1181

An example of nuisance regressors
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/user/output_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 10-75,133-144
:lines: 10-80,138-149
2 changes: 1 addition & 1 deletion docs/_sources/user/pypeer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 1398-1431
:lines: 1416-1451

References
^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/user/reho.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 1283-1293
:lines: 1303-1313

References
^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/user/sca.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 1245-1267
:lines: 1265-1287

References
^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/user/tse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 1194-1242
:lines: 1217-1262
2 changes: 1 addition & 1 deletion docs/_sources/user/vmhc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following nested key/value pairs that will be set to these defaults if not d

.. literalinclude:: /references/default_pipeline.yml
:language: YAML
:lines: 1296-1323
:lines: 1316-1343

References
^^^^^^^^^^
Expand Down

0 comments on commit 2caae5c

Please sign in to comment.