eelbrain.pipeline.MneExperiment.load_inv

MneExperiment.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 labelled unknown by the parcellation. Parcellation name (str) to specify a parcellation, True to use the parc/mask (parcellations) state parameter. Only applies when ndvar=True, default False.

  • ...

    Applicable State Parameters: