the-siesta-group / edfio

Read and write EDF/EDF+ files.
Apache License 2.0
28 stars 4 forks source link

Add methods Edf.insert_signal and Edf.replace_signal #11

Open hofaflo opened 10 months ago

hofaflo commented 10 months ago

We could also add an insert_signal(self, new_signal: Edfsignal, idx: int) method and a replace_signal(self, new_signal: EdfSignal, replace_signal: int | EdfSignal | str) method.

_Originally posted by @marcoross in https://github.com/the-siesta-group/edfio/pull/10#discussion_r1408949945_