beacon-biosignals / EDF.jl

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

`EDF.open(path::AbstractString, mode::AbstractString)::EDF.File` + `EDF.load!(file::EDF.File, label::AbstractString)` #9

Closed jrevels closed 4 years ago

jrevels commented 5 years ago

It would be nice to have these two functions for facilitating manipulation of large EDF files:

jrevels commented 4 years ago

We have a better API than request 1 at this point IMO, and request 2 doesn't make much sense given that individual signals are not generally bytewise self-contiguous