Expand description
Inverse operator construction and application.
Implements make_inverse_operator and apply_inverse, ported from
MNE-Python’s mne.minimum_norm.inverse.
Structs§
- Prepared
Inverse - 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.