mne.simulation.
simulate_stc
(src, labels, stc_data, tmin, tstep, value_fun=None)[source]¶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.
Parameters: | src : instance of SourceSpaces
labels : list of Labels
stc_data : array (shape: len(labels) x n_times)
tmin : float
tstep : float
value_fun : function | None
|
---|---|
Returns: | stc : SourceEstimate
|
See also
mne.simulation.simulate_stc
¶