Simulate sources time courses from waveforms and labels.
This function generates a source estimate with extended sources by filling the labels with the waveforms given in stc_data.
SourceSpacesThe source space.
list of LabelThe labels.
array, shape (n_labels, n_times)The waveforms.
floatThe beginning of the timeseries.
floatThe time step (1 / sampling frequency).
callable() | NoneFunction to apply to the label values to obtain the waveform scaling for each vertex in the label. If None (default), uniform scaling is used.
Allow overlapping labels or not. Default value is False.
New in version 0.18.
SourceEstimateThe generated source time courses.
mne.simulation.simulate_stc#