eelbrain.pipeline.EpochCollection

class eelbrain.pipeline.EpochCollection(collect)[source]

A collection of epochs that are loaded separately.

For TRFs, a separate TRF will be estimated for each collected epoch (as opposed to a SuperEpoch, for which sub-epochs will be merged before estimating a single TRF).

Parameters:

collect (Sequence[str]) – Epochs to collect.

See also

Pipeline.epochs