eelbrain.load.cnd
- eelbrain.load.cnd(filename=None, connectivity=None)
Load continuous neural data (CND) file used in the mTRF-Toolbox
- Parameters
filename (
Union
[Path
,str
,None
]) – Path to the data file (*.mat
). If unspecified, open a file dialog.connectivity (
Union
[str
,Sequence
,float
,None
]) – Sensor adjacency graph for EEG sensors. By default, the function tries to use thedeviceName
entry and falls back on distance-based connectivity for unkown devices. Can be explicitly specified as a FieldTrip neighbor file (e.g.,'biosemi64'
; Use afloat
for distance-based connectivity (seeSensor.set_connectivity()
). For more options seeSensor
.
Notes
This format is experimental and the returned data format might change in the future; Please report any problems you might encounter.