beacon-biosignals / OndaEDF.jl

utilities for importing/exporting EDF Files to/from Onda datasets
Other
3 stars 2 forks source link

Ignore `-org` as an EDF channel name suffix #57

Closed ararslan closed 2 years ago

ararslan commented 2 years ago

I've encountered this quite a bit lately. It does not appear to be particularly meaningful in the same way that e.g. the -ref suffix isn't. No one is certain what exactly it means but the best guess is an abbreviation of "original" for "original reference."

kleinschmidt commented 2 years ago

I think in this case, since it's not part of the spec (unlike -Ref), it would be better to manually preprocess the headers to remove it.

ararslan commented 2 years ago

Oh right, the EDF spec