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

analysis - a buffer for images #27

Closed daurer closed 8 years ago

daurer commented 8 years ago

A ringbuffer of flexible size and the possibility to extract min/max/mean/median/std trends based on the buffer. Have a look into the swift AbstractBuffer class in buffers.py


daurer commented 8 years ago

Issue #15 was marked as a duplicate of this issue.


Original comment by: Benedikt Daurer

daurer commented 8 years ago

The ringbuffer is there, what we still need is an option in the image/line plot to display min/max/mean/std along the history axis instead of the most recent image/vector.


Original comment by: Benedikt Daurer