You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_sources/user/output_dir.rst
+31-6Lines changed: 31 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
Check Your Outputs
2
-
=============================
2
+
==================
3
+
4
+
.. _1.8-outputs:
5
+
6
+
C-PAC ≥ 1.8.0
7
+
^^^^^^^^^^^^^
8
+
9
+
The output structure of C-PAC ≥ 1.8.0 is based on `the Brain Imaging Data Structure v1.6.0-dev BIDS Derivatives specification <https://bids-specification.readthedocs.io/en/latest/05-derivatives/01-introduction.html>`_. The output directory structure is a simple tree like
10
+
11
+
.. code-block:: text
12
+
13
+
└── pipeline-name
14
+
├── log
15
+
│ └── pipeline_pipeline-name
16
+
│ └── subject_session
17
+
└── output
18
+
└── cpac_pipeline-name
19
+
└── subject_session
20
+
├── anat
21
+
└── func
22
+
23
+
.. _1.7-outputs:
24
+
25
+
C-PAC ≤ 1.7.2
26
+
^^^^^^^^^^^^^
3
27
4
28
A standard C-PAC run output directory for one participant-session is shown below. A directory like this will exist for each participant-session in the run.
5
29
@@ -12,7 +36,7 @@ This is with all derivatives enabled, and the output, smoothing, and z-scoring o
12
36
.. figure:: /_images/output_dir_default.png
13
37
14
38
Descriptions
15
-
^^^^^^^^^^^^^^^^^^^
39
+
------------
16
40
17
41
The output directory folders below are produced during a default run. If you enabled the additional outputs and have the full directory, proceed to the "Full Directory" section further below for descriptions of these extra outputs.
18
42
@@ -73,7 +97,7 @@ The output directory folders below are produced during a default run. If you ena
73
97
* **QC-interface_{scan}_{nuisance/preprocessing strategy}.html**: :doc:`QC Interface HTML page </user/qc_interface>` for each scan and nuisance/preprocessing strategy combination.
74
98
75
99
Sub-Directories
76
-
^^^^^^^^^^^^^^^^^^^^^^^^^^
100
+
---------------
77
101
78
102
Each folder in the output directory may have a different amount of sub-directories, depending on how many functional scans specified in the data configuration, or how many pipeline customizations and forked strategies you specified in the pipeline configuration. For example, if there are multiple functional scans, you'll see a folder for each one if you enter any of the functional-derived outputs' folders, as seen below:
79
103
@@ -88,7 +112,8 @@ And sub-directories for each ROI provided for a derivative that may take in mult
88
112
.. figure:: /_images/output_dir_masks.png
89
113
90
114
Full Directory
91
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
115
+
--------------
116
+
92
117
The C-PAC output directory is considerably larger when "Extra Functional Outputs", "Debugging Outputs", and both Smoothed/Non-smoothed and both z-score standardized/raw outputs are all enabled.
93
118
94
119
In addition to the output directories described above under "Descriptions", the following outputs are also written to the output directory when all of the output options mentioned above are enabled:
@@ -142,7 +167,7 @@ In addition to the output directories described above under "Descriptions", the
142
167
* **reho**: The direct output of ReHo, before warping to standard space.
143
168
144
169
Visual Quality Control
145
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
170
+
----------------------
146
171
147
172
C-PAC's data quality control (QC) interface allows you to take a quick glance at the overall quality of your results (registration quality, signal-to-noise ratio, movement plots, computed derivative histograms, etc.). In its current form, the QC interface is a collection of HTML pages - one for each participant-scan-nuisance regression strategy combination, and they can be found in the Output Directory under each participant's directory level.
148
173
@@ -151,7 +176,7 @@ C-PAC's data quality control (QC) interface allows you to take a quick glance at
151
176
In future releases, more visualizations will be introduced, and the QC pages will be integrated into an easy-to-use dashboard that is updated throughout the process of your C-PAC run, and also provides information on the status of the pipeline. As always, we greatly appreciate any ideas, suggestions, or items on your wishlist and `take them into consideration <https://groups.google.com/forum/#!forum/cpax_forum>`_.
0 commit comments