metabci.brainda.paradigms.avep module

aVEP Paradigm.

class metabci.brainda.paradigms.avep.aVEP(channels: List[str] | None = None, events: List[str] | None = None, intervals: List[Tuple[float, float]] | None = None, minor_event_intervals: List[Tuple[float, float]] | None = None, srate: float | None = None)[source]

Bases: BaseTimeEncodingParadigm

is_valid(dataset)[source]

Verify the dataset is compatible with the paradigm.

This method is called to verify dataset is compatible with the paradigm.

This method should raise an error if the dataset is not compatible with the paradigm. This is for example the case if the dataset is an ERP dataset for motor imagery paradigm, or if the dataset does not contain any of the required events.

Parameters:

dataset (BaseDataset) – dataset