fif file to edf file convertion

External Email - Use Caution

Dear all,
Is there any way to convert MNE .fif file into .edf file?

Br,
Fatema
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20200712/3bcb33fd/attachment.html

Not within MNE itself, for that you'll need an external package such as
pyedf: https://github.com/bids-standard/pyedf

Note that pyedf doesn't yet support Python 3 (hopefully that will change
in the next week or so).

Depending on why you want an EDF file, you might also be served by a
BrainVision file. In that case, I recommend my own philistine
(https://philistine.readthedocs.io/en/latest/api/philistine.mne.write_raw_brainvision.html)
for ease of use in exporting from MNE. The BIDS folks have also taken
that code and made a version that doesn't depend on MNE:
https://github.com/bids-standard/pybv

Best,

Phillip

???External Email - Use Caution???

Dear all,
Is there any way to convert MNE??/.fif? /file into/.edf /file?

Br,
Fatema

_______________________________________________
Mne_analysis mailing list
Mne_analysis at nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20200713/f2ea5d4d/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20200713/f2ea5d4d/attachment.bin
-------------- next part --------------
        External Email - Use Caution
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20200713/f2ea5d4d/attachment-0001.html

External Email - Use Caution

Hello!

MNELAB (https://github.com/cbrnr/mnelab) supports converting files to EDF (as well as several additional formats). Just open the FIFF file and select File - Export data - FIF (or FIF.GZ).

Clemens