eelbrain.Sensor.index

Sensor.index(include=None, exclude=None)

Construct an index for specified sensors

Parameters
  • include (list of str, int) – Sensors to exclude (by name or index).

  • exclude (list of str, int) – Sensors to exclude (by name or index).

Returns

index – Boolean NDVar indexing selected channels.

Return type

NDVar