eelbrain.BadChannelWindow

class eelbrain.BadChannelWindow(channel, tmin, tmax)[source]

A channel that is bad during a time window of an epoch.

Parameters:
  • channel (str) – Name of the bad channel.

  • tmin (float) – Start of the bad window (epoch-relative time in seconds).

  • tmax (float) – End of the bad window (epoch-relative time in seconds, exclusive).

Methods