I cannot figure out how to incorporate this function into my Python script:
is it available for use in the python environment? I'd be very grateful to
see a starter python script that shows how to reference this function, or to
be pointed to a section of the documentation that discusses using these
functions.
Hi Grace,
I have been using the native version of mne_edf2fiff for the one time initial conversion (from Biosemi bdf format EEG data).. From then on, the python toolbox functions take over starting with mne.fiff.Raw(.).
I don't think there is a python version of the conversion routine (I could be wrong)..
HTH,
Hari
Hari Bharadwaj
PhD Candidate, Biomedical Engineering,
Auditory Neuroscience Laboratory
Boston University, Boston, MA 02215
Martinos Center for Biomedical Imaging,
Massachusetts General Hospital
Charlestown, MA 02129
Hari's correct. You'll need to convert your data using mne_edf2fiff as
there is no
Python reader for EDF files. If there is any volunteer to implement such
a reader please contact us.
as long as we don't have the EDF reader in Python and if you want to move on quickly you might want to install the mne command line tools on a virtual machine, e. g., Neurodebian: http://neuro.debian.net/
Don't hesitate to contact me if you have questions regarding this.