wonambi.ioeeg.mnefiff module

wonambi.ioeeg.mnefiff.write_mnefiff(data, filename)[source]

Export data to MNE using FIFF format.

Parameters:
  • data (instance of ChanTime) – data with only one trial

  • filename (path to file) – file to export to (include ‘.mat’)

Notes

It cannot store data larger than 2 GB. The data is assumed to have only EEG electrodes. It overwrites a file if it exists.