Skip to main content

Module inverse

Module inverse 

Source
Expand description

Inverse operator construction and application.

Implements make_inverse_operator and apply_inverse, ported from MNE-Python’s mne.minimum_norm.inverse.

Structs§

PreparedInverse
Intermediate prepared state for an inverse operator.

Functions§

apply_inverse
Apply an inverse operator to sensor-space data.
apply_inverse_epochs
Apply inverse operator to each epoch in a batch.
apply_inverse_epochs_full
Apply inverse to epochs with full options.
apply_inverse_full
Apply inverse with full control over orientation picking and eLORETA options.
apply_inverse_with_options
Apply inverse with optional eLORETA parameters.
make_inverse_operator
Build an inverse operator from a forward model and noise covariance.
prepare_inverse
Prepare an inverse operator for a specific method and regularisation.