eelbrain.pipeline.SuperEpoch
- class eelbrain.pipeline.SuperEpoch(sub_epochs, **kwargs)
Combine several other epochs
- Parameters:
sub_epochs (sequence of str) – Tuple of epoch names. These epochs are combined to form the super-epoch. Epochs are merged at the level of events, so the base epochs can not contain post-baseline trigger shifts which are applied after loading data (however, the super-epoch can have a post-baseline trigger shift).
... – Override sub-epoch parameters (see
PrimaryEpoch
).
See also