Skip to content

Add online_monitor plugins

David-Leon Pohl requested to merge online_monitor into development

This PR adds plug-ins to be able to use our generic online_monitor with bdaq53

Click here: bdaq_mon

Addresses #55 (closed)

PR includes:

  • Simulation to replay any data recorded with bdaq53. Useful to spot time related effects and for testing and debugging.
  • Converter to convert raw data to hits and hists
  • Receiver to show Occupancy, ToT and rel. BCID in the GUI
  • An example replaying threshold scan data

Missing features:

  • Sending data is implemented but not tested with a real device yet
  • Unit tests are missing!

No breaking changes.

Merge request reports