bids-standard/pyedf

Converting from MNE?

bdyetton opened this issue · 2 comments

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.

Thanks. I did try this, but found it too slow, so i moved to pyedflib instead.