FXIhub / hummingbird

Monitoring and Analysing flash X-ray imaging experiments
http://fxihub.github.io/hummingbird
BSD 2-Clause "Simplified" License
16 stars 14 forks source link

Message in ImageWindow is not properly changing with the content when browsing the buffer #47

Open daurer opened 8 years ago

daurer commented 8 years ago

I attempted to fix this by introducing a new ringbuffer for strings (in this case the messages), but I could not properly sync this with the main ringbuffer. I guess, having both images and messages in the same buffer makes sense. However, one problem here is, that the browsing feature of the image plot is an inherent feature of pyqtgraph. I would not how to integrate updating the messages into this, but maybe there is an easy solution for this?

daurer commented 8 years ago

72