Warning: This document is for an old version of niworkflows. The main version is master.

niworkflows.interfaces.patches module

Temporary patches.

class niworkflows.interfaces.patches.RobustACompCor(*args, **kwargs)[source]

Bases: nipype.algorithms.confounds.ACompCor

Runs aCompCor several times if it suddenly fails with https://github.com/nipreps/fmriprep/issues/776

class niworkflows.interfaces.patches.RobustTCompCor(*args, **kwargs)[source]

Bases: nipype.algorithms.confounds.TCompCor

Runs tCompCor several times if it suddenly fails with https://github.com/nipreps/fmriprep/issues/940