We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba99dc commit e03cb13Copy full SHA for e03cb13
nipype/algorithms/confounds.py
@@ -364,7 +364,7 @@ class CompCor(BaseInterface):
364
>>> ccinterface.inputs.realigned_file = 'functional.nii'
365
>>> ccinterface.inputs.mask_files = 'mask.nii'
366
>>> ccinterface.inputs.num_components = 1
367
- >>> ccinterface.inputs.use_regress_poly = True
+ >>> ccinterface.inputs.pre_filter = 'polynomial'
368
>>> ccinterface.inputs.regress_poly_degree = 2
369
370
"""
0 commit comments