-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Heyho, I'm currently working my way through #26 to apply different spindle detection methods on our dataset. Our data is in EDF+ and simple csv files for sleep scoring.
I want to avoid having to create everything in XML files and was thinking about supplying files on-the-fly and passing them as StringIO/BytesIO
or lists/np.arrays. Is there any possibly to supply the Annotations
and all the other information as lists or StringIO?
When not using the GUI its a bit difficult to understand how to call the functions and what the functions expect. E.g. it took me some time to find out I can simply call the Detection
class (i.e. that the class itself is a method and implements a __call__
), and that there is no method defined that is called detection.run(data)
.
I think this package is really awesome and has great potential, some more tutorials on non-GUI-use and it would be perfect!