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).

Methods

as_dict()

as_dict_24()

Dict to be compared with Eelbrain 0.24 cache