surfer.io.read_stc¶
-
surfer.io.
read_stc
(filepath)[source]¶ Read an STC file from the MNE package
STC files contain activations or source reconstructions obtained from EEG and MEG data.
- Parameters
- filepath: string
Path to STC file
- Returns
- data: dict
- The STC structure. It has the following keys:
tmin The first time point of the data in seconds tstep Time between frames in seconds vertices vertex indices (0 based) data The data matrix (nvert * ntime)