trftools.pipeline.TRFExperiment.load_inv
- TRFExperiment.load_inv(fiff=None, ndvar=False, mask=False, **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 (bool | str) – Discard data that is labeled
unknownby the parcellation (defaultFalse). Usemask=Trueto use the parcellation in the parc/mask (parcellations) state parameter.maskcan also be set to a parcellation name (str) to specify a parcellation to use directly. Only applies whenndvar=True.... –
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
- Return type: