odin-detector / odin-data

DAQ software libraries for capturing and storing data from parallel detector systems
https://odin-detector.github.io/odin-data/
Apache License 2.0
8 stars 11 forks source link

Updated and relocate client app #308

Closed timcnicholls closed 1 year ago

timcnicholls commented 1 year ago

This PR updates the legacy frame_receiver_client script, which is used for debug and development purposes, to use the correct IpcMessage format with message ids, relocating the source in the odin_data package and updating the script entry point name to odin_data_client.

GDYendell commented 1 year ago

This works for the meta_writer and eiger_fan.

There are some flake8 and isort errors, but we should agree on standards and add some CI for linting before worrying about it.