eelbrain.SourceSpace.from_mne_source_spaces

classmethod SourceSpace.from_mne_source_spaces(source_spaces, src, subjects_dir, parc=None, label=None)

SourceSpace dimension from mne.SourceSpaces object

Notes

The source_spaces are permanently stored, which can increase file size when pickling. To avoid this, use from_file() instead.

Parameters: