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
nuisance_corrections:
2-nuisance_regression:
# this is a fork point# run: [On, Off] - this will run both and fork the pipelinerun: [On]# Select which nuisance signal corrections to applyRegressors:
- Name: 'default'Motion:
include_delayed: trueinclude_squared: trueinclude_delayed_squared: trueaCompCor:
summary:
method: DetrendPCcomponents: 5tissues:
- WhiteMatter
- CerebrospinalFluidextraction_resolution: 2CerebrospinalFluid:
summary: Meanextraction_resolution: 2erode_mask: trueGlobalSignal:
summary: MeanPolyOrt:
degree: 2Bandpass:
bottom_frequency: 0.01top_frequency: 0.1method: default
- Name: 'defaultNoGSR'Motion:
include_delayed: trueinclude_squared: trueinclude_delayed_squared: trueaCompCor:
summary:
method: DetrendPCcomponents: 5tissues:
- WhiteMatter
- CerebrospinalFluidextraction_resolution: 2CerebrospinalFluid:
summary: Meanextraction_resolution: 2erode_mask: truePolyOrt:
degree: 2Bandpass:
bottom_frequency: 0.01top_frequency: 0.1method: default
which doesn't include or explain all of the possible options
Proposed feature
Update the documentation and/or the comments in the YAML to describe each possible key and value in a Regressor (and update the validation schema to match any newly described constraints)
Acceptance criteria
comments in default pipeline and/or description in docs
updated validation schema (if applicable)
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Related problem
The example regressor config in the docs is
which doesn't include or explain all of the possible options
Proposed feature
Update the documentation and/or the comments in the YAML to describe each possible key and value in a
Regressor
(and update the validation schema to match any newly described constraints)Acceptance criteria
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: