Skip to content

Commit d4ddfe1

Browse files
committed
STY: Fix remark complaints
1 parent 126fd68 commit d4ddfe1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/derivatives/functional-derivatives.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ A guide for using macros can be found at
6565
-->
6666
{{ MACROS___make_sidecar_table("derivatives.fmri.FunctionalMapFields") }}
6767

68-
6968
## Time series
7069

7170
A time series is a chronologically ordered series of numeric values.
@@ -83,9 +82,9 @@ In the case of spatial time series files, the notion of column name does not
8382
apply, so column-level metadata may be applied to the entire file.
8483
In addition, the following fields apply to the entire file in all cases:
8584

86-
| Field name | Definition |
87-
| :---------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------- |
88-
| SamplingFrequency | REQUIRED. Sampling frequency (in Hz) of all columns in the file. Special value `"TR"` indicates one sample per volume of a corresponding BOLD series. |
85+
| Field name | Definition |
86+
| :---------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------- |
87+
| SamplingFrequency | REQUIRED. Sampling frequency (in Hz) of all columns in the file. Special value `"TR"` indicates one sample per volume of a corresponding BOLD series. |
8988
| StartTime | OPTIONAL. Start time (in seconds) in relation to the start of acquisition of the first volume in the corresponding imaging file (negative values are allowed). |
9089

9190
Note that there are several differences with these fields in
@@ -400,7 +399,7 @@ should be named `a_comp_cor_00`.
400399

401400
The following reserved words indicate common algorithms:
402401

403-
| Column name | Description |
404-
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
405-
| `[a|t|w|c]_comp_cor_<x>` | CompCor (Behzadi, et al., 2007) calculated with voxels chosen based on: `a`: anatomically derived ROIs (white matter and CSF), `t`: temporal variance, `w`: white matter voxels only, `c`: CSF voxels only |
406-
| `melodic_<x>` | Columns from the mixing matrix in FSL MELODIC |
402+
| Column name | Description |
403+
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
404+
| `[a\|t\|w\|c]_comp_cor_<x>` | CompCor (Behzadi, et al., 2007) calculated with voxels chosen based on: `a`: anatomically derived ROIs (white matter and CSF), `t`: temporal variance, `w`: white matter voxels only, `c`: CSF voxels only |
405+
| `melodic_<x>` | Columns from the mixing matrix in FSL MELODIC |

0 commit comments

Comments
 (0)