You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Note that this method does not offer re-referencing of channels, and you lose the stage selection functionality.
But it does allow you to forgo Annotation files altogether, and just pass time tuples instead.
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 theAnnotations
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 calleddetection.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!
The text was updated successfully, but these errors were encountered: