Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Add] AR51 readout data (de)serialiser #103

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

g5t
Copy link
Contributor

@g5t g5t commented Nov 26, 2024

There is no deserialiser for AR51 readout data for the *_detector_samples Kafka topic(s).

This PR adds a serialiser and deserialiser, but actually using these will require understanding the underlying detector data format and converting the deserialised data (typically to a Numpy structured array, using frombuffer not unlike fromfile used here)

A possible improvement could be a deserialiser that takes the structured array datatypes and does the conversion directly, but this is not strictly part of the existing flatbuffer schema so not included at the moment.

@g5t g5t requested a review from mattclarke November 26, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant