cta-observatory / dragonboard_testbench

Collection of programs to look at test data from the LST prototype camera.
1 stars 2 forks source link

EventGetter improvements #33

Closed dneise closed 8 years ago

dneise commented 8 years ago

unfortunately need to use an internal counter. EventGetter.event_counter and cannot refer to event.header.event_counter anymore, since the new header.event_counter of the next possibly broken event is not available yet. And the last header.event_counter is not available to the EventGetter anymore.

This results in an ugly

self.event_counter -= 2

in self.previous()