beacon-biosignals / EDF.jl

Read and write EDF files in Julia
MIT License
18 stars 5 forks source link

Separate signal headers from their samples #25

Closed OTDE closed 4 years ago

OTDE commented 4 years ago

This is an important intermediary step in working towards memory mapping signals. I think it may be of use to do it in a similar way to Onda, where loading samples brings the associated signal header with it.

We'll need to add an index_in_file field either way, since the annotation signal can occur at any point in the signal order, intermixed with other signals' samples.

ararslan commented 4 years ago

Was this addressed in #23?

OTDE commented 4 years ago

no, but it will be addressed in the upcoming PR!

jrevels commented 4 years ago

closed by #26 AFAICT