Converting from MNE?
bdyetton opened this issue · 2 comments
bdyetton commented
Hi @robertoostenveld,
Just wondering if you have any custom code snippets for saving an mne.io.RawArray to edf using this lib?
Thanks!
palday commented
Not directly, but you can use the Raw.get_data()
method to extract the array and then use this to save it.
bdyetton commented
Thanks. I did try this, but found it too slow, so i moved to pyedflib instead.