mne.channels.read_dig_fif¶
- mne.channels.read_dig_fif(fname)[source]¶
Read digitized points from a .fif file.
Note that electrode names are not present in the .fif file so they are here defined with the convention from VectorView systems (EEG001, EEG002, etc.)
- Parameters
- fnamepath-like
FIF file from which to read digitization locations.
- Returns
- montageinstance of
DigMontage
The montage.
- montageinstance of