mcespedes99 / sEEGPrep

1 stars 0 forks source link

Fix time issues related to pyedflib #4

Open mcespedes99 opened 1 year ago

mcespedes99 commented 1 year ago

pyedflib is associated with some issues related to the annotation times as it doesn't calculate accurately the initial time of the recording. This causes certain minimal variations in the annot times and needs to be fixed!

mcespedes99 commented 1 year ago

https://github.com/greydongilmore/edf-epoch/blob/main/main.py use this

mcespedes99 commented 2 months ago

https://github.com/holgern/pyedflib/issues/79 already solved in pyedlib. Must make sure the version used of Pyedflib already has it. Important: If updating pyedflib, this must be taken in consideration: https://github.com/holgern/pyedflib/issues/238