mne.io.read_info#
- mne.io.read_info(fname, verbose=None)[source]#
Read measurement info from a file.
- Parameters:
- fnamepath-like
File name.
- 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.
- Returns:
Examples using mne.io.read_info
#
The Info data structure
Using an automated approach to coregistration
Using an automated approach to coregistration
Head model and forward computation
Head model and forward computation
How MNE uses FreeSurfer’s outputs
How MNE uses FreeSurfer's outputs
Reading/Writing a noise covariance matrix
Reading/Writing a noise covariance matrix
Compare simulated and estimated source activity
Compare simulated and estimated source activity
Generate simulated evoked data
Generate simulated evoked data
Simulate raw data using subject anatomy
Simulate raw data using subject anatomy
Generate simulated source data
Generate simulated source data
Use source space morphing