eeglabio.utils.export_mne_raw#
- eeglabio.utils.export_mne_raw(inst, fname, precision='single')#
Export MNE’s Raw instance to EEGLAB’s .set format using
raw.export_set().- Parameters:
- inst
mne.io.BaseRaw Raw instance to save
- fname
str Name of the export file.
- inst