Open mscheltienne opened 2 years ago
For real-time annotation, the causality of the filter prevents us from getting a clear relationship between a location on the viewing area and a location in the saved dataset. PR #47 can serve as a basis for a second attempt.
Depends on the overhaul of the Receiver API:
The StreamViewer API needs an overhaul. It will be rename as
Viewer
to match the newStream
andPlayer
API. The newViewer
API will interface with one or moreStream
and will use methods fromStream
to edit the stream properties:Moreover, the Viewer should be able to connect to multiple streams. Streams with a regular sampling rate should be displayed as channels (/!\ identical channel names between streams must be covered) while streams with an irregular sampling rate should be displayed as vertical lines.
For the filter, some thinking is required to compensate or ignore the causal delay introduced on one or all channels (and between a regular sampling rate stream and the vertical lines from an irregular one).
The backend should be
pyqtgraph
with OpenGL for better display.