mne_apply_inverse
Estimate cortical sources from evoked data using a forward model and noise covariance. Choose from dSPM, MNE, sLORETA, or eLORETA methods. Returns source estimate and peak activation time.
Instructions
Estimate cortical sources from an Evoked using a forward model and noise covariance. method: 'dSPM' (default), 'MNE', 'sLORETA', 'eLORETA'. Stores the source estimate (stc) and reports the peak activation time. Pair with mne_make_forward + mne_compute_noise_cov.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snr | No | ||
| method | No | dSPM | |
| cov_name | No | noise_cov | |
| fwd_name | No | fwd | |
| stc_name | No | stc | |
| evoked_name | No | evoked |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |