eelbrain.pipeline.MneExperiment.load_neighbor_correlation

MneExperiment.load_neighbor_correlation(subjects=None, epoch=None, **state)

Load sensor neighbor correlation

Parameters
  • subjects (str | 1 | -1) – Subject(s) for which to load data. Can be a single subject name or a group name such as 'all'. 1 to use the current subject; -1 for the current group. Default is current subject (or group if group is specified).

  • epoch (str) – Epoch to use for computing neighbor-correlation (by default, the whole session is used).

Returns

nc – Sensor neighbor-correlation as NDVar for a single subject or as Dataset for multiple subjects.

Return type

NDVar | Dataset