Skip to content

Combine data of different beam position monitors in a consistent set

License

Notifications You must be signed in to change notification settings

hz-b/bpm-data-combiner

Repository files navigation

Combining beam position monitor data in a consistent set

Beam position data is published by different input output controllers. These need to be combined into a consistent data structure.

For details see:

The functionallity is implemented as EPICS IOC's. A significant fraction is implemented in python using pydevice. All python code is implemented in the python module bpm-data-combiner. Have a look to https://hz-b.github.io/bpm-data-combiner/ for its documentation.

External dependencies

  • EPICS 7
  • PyDevice
  • numpy