eelbrain.load.cnd
- eelbrain.load.cnd(filename=None, adjacency=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.adjacency (str | Sequence | float) – Sensor adjacency graph for EEG sensors. By default, the function tries to use the
deviceNameentry and falls back on distance-based adjacency for unkown devices. Can be explicitly specified as a FieldTrip neighbor file (e.g.,'biosemi64'; Use afloatfor distance-based adjacency (seeSensor.set_adjacency()). For more options seeSensor.
- 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.