ffrprep.preproc.make_combined_evoked¶
- ffrprep.preproc.make_combined_evoked(epochs)[source]¶
Average across every event in
epochs, ignoring event_id groups.Sets
.comment = "combined"so downstream reports can label this section distinctly from the per-condition and difference outputs that share the same (subject, task, run) group.- Parameters:
epochs (mne.Epochs) – Source epochs. May contain multiple event types.
- Returns:
evoked – Single Evoked across all events.
- Return type:
mne.Evoked