mne.
create_info
(ch_names, sfreq, ch_types=None, montage=None)[source]¶Create a basic Info instance suitable for use with create_raw.
Parameters: | ch_names : list of str | int
sfreq : float
ch_types : list of str | str
montage : None | str | Montage | DigMontage | list
|
---|---|
Returns: | info : instance of Info
|
Notes
The info dictionary will be sparsely populated to enable functionality within the rest of the package. Advanced functionality such as source localization can only be obtained through substantial, proper modifications of the info structure (not recommended).
Note that the MEG device-to-head transform info['dev_head_t']
will
be initialized to the identity transform.
Proper units of measure: * V: eeg, eog, seeg, emg, ecg, bio, ecog * T: mag * T/m: grad * M: hbo, hbr * Am: dipole * AU: misc
mne.create_info
¶