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 unknown by the parcellation (default False). Use mask=True to use the parcellation in the parc/mask (parcellations) state parameter. mask can also be set to a parcellation name (str) to specify a parcellation to use directly. Only applies when ndvar=True.

  • ...

    Applicable State Parameters:

Return type:

InverseOperator | NDVar