Closed bdyetton closed 5 years ago
Hi @robertoostenveld, Just wondering if you have any custom code snippets for saving an mne.io.RawArray to edf using this lib? Thanks!
Not directly, but you can use the Raw.get_data() method to extract the array and then use this to save it.
Raw.get_data()
Thanks. I did try this, but found it too slow, so i moved to pyedflib instead.
Hi @robertoostenveld, Just wondering if you have any custom code snippets for saving an mne.io.RawArray to edf using this lib? Thanks!