eelbrain.load.cnd

eelbrain.load.cnd(filename=None, connectivity=None)

Load continuous neural data (CND) file used in the mTRF-Toolbox

Parameters:
  • filename (Path | str) – Path to the data file (*.mat). If unspecified, open a file dialog.

  • connectivity (str | Sequence | float) – Sensor adjacency graph for EEG sensors. By default, the function tries to use the deviceName entry and falls back on distance-based connectivity for unkown devices. Can be explicitly specified as a FieldTrip neighbor file (e.g., 'biosemi64'; Use a float for distance-based connectivity (see Sensor.set_connectivity()). For more options see Sensor.

Return type:

Dataset | None

Notes

This format is experimental and the returned data format might change in the future; Please report any problems you might encounter.