Skip to content

Maybe handle new DAQ storing strings as array of objects of type bytes #500

@D4vidH4mm3r

Description

@D4vidH4mm3r

It was observed that the new data aggregator version stores strings in the RUN section (specifically, classId came up) as arrays of one element of type bytes. This means that using get_run_value returns something like array([b'some string']) instead of a simple string.
In case this behavior is here to stay, it would be nice to have get_run_value handle getting and decoding the actual string automatically. Would of course need some backwards compatibility; see the hotfix documented in the EXtra-redu repository.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions