pycartool.io.read_ris🔗
- pycartool.io.read_ris(filename, source_space=None, subject=None, verbose=None)🔗
Read Cartool Results of Inverse Solution computation (
.ris) file.- Parameters:
- filename
stror file-like The
.risfile to read.- source_space
pycartool.spi.SourceSpace The source space corresponding to the source estimate.
- subject
stror file-like The subject used to create the source estimate.
- verbose
bool|str|int|None Control verbosity of the logging output. If
None, use the default verbosity level. See the logging documentation andmne.verbose()for details. Should only be passed as a keyword argument.
- filename
- Returns:
- source_estimate
pycartool.ris.SourceEstimate The SourceEstimate extracted from ris file.
- source_estimate