mne.
read_source_estimate
(fname, subject=None)[source]¶Read a soure estimate object.
Parameters: | fname : str
subject : str | None
|
---|---|
Returns: | stc : SourceEstimate | VolSourceEstimate
|
Notes
fname
should provide the path to a
single file named ‘-vl.stc` or ‘-vol.stc’fname
should either provide the
path to the file corresponding to a single hemisphere (‘-lh.stc’,
‘-rh.stc’) or only specify the asterisk part in these patterns. In any
case, the function expects files for both hemisphere with names
following this pattern.fname
should follow the same
pattern as for surface estimates, except that files are named
‘-lh.w’ and ‘-rh.w’.