Extraction pipelines#

General#

PipelineStep()

Base class for all pipeline steps that describe a linear transformation of the data.

ExtractionPipeline(steps)

This class represents a pipeline for extracting ROI time courses.

Source reconstruction#

Inverse(inv, method, lambda2[, nave])

Source reconstruction via an inverse operator.

LCMVBeamformer(fwd[, reg, weight_norm, ...])

Source reconstruction via an LCMV beamformer.

ROI aggregation#

MeanAggregation([flip])

Averaging-based aggregation of reconstructed source time courses within the ROI.

CentroidAggregation([surf])

Centroid-based aggregation of reconstructed source time courses within the ROI.

SVDAggregation([n_components])

SVD-based aggregation of reconstructed source time courses within the ROI.

Leakage correction#

SymmetricOrthogonalization([n_iter, tol, ...])

Symmetric orthogonalization of the input time series.