mne.decoding.
compute_ems
(epochs, conditions=None, picks=None, n_jobs=1, verbose=None, cv=None)[source]¶Compute event-matched spatial filter on epochs.
This version of EMS [1] operates on the entire time course. No time window needs to be specified. The result is a spatial filter at each time point and a corresponding time course. Intuitively, the result gives the similarity between the filter at each time point and the data vector (sensors) at that time point.
Parameters: |
|
---|---|
Returns: |
|
References
[1] | (1, 2) Aaron Schurger, Sebastien Marti, and Stanislas Dehaene, “Reducing multi-sensor data to a single time course that reveals experimental effects”, BMC Neuroscience 2013, 14:122 |
mne.decoding.compute_ems
¶