eelbrain.pipeline.MneExperiment.load_inv¶
-
MneExperiment.
load_inv
(self, fiff=None, ndvar=False, mask=None, **state)¶ Load the inverse operator
Parameters: - fiff : Raw | Epochs | Evoked | …
Object which provides the mne info dictionary (default: load the raw file).
- ndvar : bool
Return the inverse operator as NDVar (default is
mne.minimum_norm.InverseOperator
). The NDVar representation does not take into account any direction selectivity (loose/free orientation) or noise normalization properties.- mask : str | bool
Remove source labelled “unknown”. Can be parcellation name or True, in which case the current parcellation is used.
- …
Applicable State Parameters:
- raw: preprocessing pipeline
- rej (trial rejection): which trials to use
- cov: covariance matrix for inverse solution
- src: source space
- inv: inverse solution