Raphael Vallat

Results 125 comments of Raphael Vallat

Hi @Dolki ! 1) YASA is designed to be used with Jupyter notebook or [Jupyter Lab](https://jupyterlab.readthedocs.io/en/stable/) 2) To load EDF files into memory, please refer to the [mne.io.read_raw_edf](https://mne.tools/stable/generated/mne.io.read_raw_edf.html) function I...

Hi @skjerns , That sounds like a great idea indeed! Please feel free to submit a PR, Thanks, Raphael

Thanks for your quick replies guys! Indeed this would require a lot of changes in the doc and examples. One other thing that I'm not sure is whether we should...

We also need the channel names, sampling frequency and meas_date. To be honest, I don't think that adding MNE as a formal dependency of Visbrain is an issue. And I...

Hi @skjerns, 1) How do you typically load EDFs files with channels of different frequencies? I don't think that MNE allows that (?). 2) This may require some important change...

Hi @skjerns, I didn't know that MNE now supports loading channels of different sampling frequencies, I'll go and check that right away. And your plan sounds great, I'm all in...

Thanks @TomBugnon! We've only worked with human sleep data so far, which are rarely longer than 12 hours, and thus I've never experienced any of these two issues (marker and...

These are all great ideas @TomBugnon @EtienneCmb. But I guess we would also need to export the "edited" binary time series to some sort of a text file so that...

Hi @TomBugnon, This is _really_ amazing. Thank you so much for all your hard work. As of now, Visbrain [won't even launch](https://github.com/vispy/vispy/issues/1885) on my Mac so I unfortunately cannot try...