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
Split FunctionalOutputs.regressor_file into raw + bandpass-filtered
regressor_file now carries the raw (unfiltered) regressor .1D files as
computed from native-space BOLD. The new bpf_regressor_file field
holds the bandpass-filtered version that 3dTproject actually applied,
exported with desc-<strategy>Filtered for provenance.
This lets the longitudinal pipeline reuse the raw regressors without
recomputation, matching the cross-sectional principle: one regressor
computation per run, applied in each target space.
Port of the regressor-split idea from #282.
Co-authored-by: Janhavi Pillai <janhavi.pillai@gmail.com>
Copy file name to clipboardExpand all lines: docs/data_dictionary.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,8 @@ Produced by `rbc functional`. These are functional MRI (BOLD) processing results
56
56
|`*_space-MNI152NLin6Asym_desc-preproc_bold.nii.gz`|`bold`| BOLD timeseries resampled to MNI152NLin6Asym template space in a single interpolation step (before denoising) | ANTs resampling | 4D NIfTI |
57
57
|`*_space-MNI152NLin6Asym_desc-bold_mask.nii.gz`|`mask`| Brain mask warped to template space at the BOLD resolution | ANTs resampling | 3D NIfTI, binary mask |
58
58
|`*_space-MNI152NLin6Asym_reg-{regressor}_desc-preproc_bold.nii.gz`|`bold`| Denoised BOLD timeseries in template space after nuisance regression and bandpass filtering. `{regressor}` is `36parameter` or `aCompCor`| Nuisance regression | 4D NIfTI |
59
-
|`*_desc-{regressor}_regressors.1D`|`regressors`| Nuisance regressor matrix used for denoising. `{regressor}` is `36parameter` or `aCompCor`| Computed from motion parameters and tissue masks | Text, multi-column 1D file |
59
+
|`*_desc-{regressor}_regressors.1D`|`regressors`| Raw (unfiltered) nuisance regressor matrix. `{regressor}` is `36parameter` or `aCompCor`. Carried forward for longitudinal regression reuse | Computed from motion parameters and tissue masks | Text, multi-column 1D file |
60
+
|`*_desc-{regressor}Filtered_regressors.1D`|`regressors`| Bandpass-filtered nuisance regressor matrix matching what `3dTproject -bandpass` applied. For provenance only | FFT-based bandpass filter | Text, multi-column 1D file |
60
61
61
62
---
62
63
@@ -133,3 +134,9 @@ Produced by the `rbc longitudinal` subcommand group (`template`, `anatomical`, `
133
134
|`*_space-longitudinal_desc-T1w_mask.nii.gz`|`mask`| Brain mask in longitudinal template space | ANTs registration to longitudinal template | 3D NIfTI, binary mask |
134
135
|`*_from-T1w_to-longitudinal_mode-image_xfm.nii.gz`|`xfm`| Warp field mapping subject anatomy to the longitudinal template | ANTs registration | 3D NIfTI, displacement field |
135
136
|`*_from-longitudinal_to-T1w_mode-image_xfm.nii.gz`|`xfm`| Inverse warp field mapping longitudinal template back to subject anatomy | ANTs registration | 3D NIfTI, displacement field |
137
+
|`*_space-longitudinal_sbref.nii.gz`|`sbref`| Motion reference volume warped to longitudinal template space | ANTs warping (composed BOLD-to-longitudinal) | 3D NIfTI |
138
+
|`*_space-longitudinal_desc-preproc_bold.nii.gz`|`bold`| Preprocessed BOLD warped to longitudinal template space | ANTs warping (composed BOLD-to-longitudinal) | 4D NIfTI |
139
+
|`*_space-longitudinal_desc-brain_mask.nii.gz`|`mask`| BOLD brain mask in longitudinal template space | ANTs warping (nearest-neighbor) | 3D NIfTI, binary mask |
140
+
|`*_from-bold_to-longitudinal_...xfm.nii.gz`|`xfm`| Composite BOLD-to-longitudinal-template warp field | ANTs compose transforms | 3D NIfTI, displacement field |
141
+
|`*_space-longitudinal_desc-regressed_reg-<strategy>_bold.nii.gz`|`bold`| Nuisance-regressed BOLD (no bandpass) in longitudinal space, per regressor strategy | AFNI 3dTproject | 4D NIfTI |
142
+
|`*_space-longitudinal_desc-preproc_reg-<strategy>_bold.nii.gz`|`bold`| Nuisance-regressed + bandpass-filtered BOLD in longitudinal space, per regressor strategy | AFNI 3dTproject -bandpass | 4D NIfTI |
0 commit comments