Skip to content

Messages with bad baseline not properly sent/read from buffer #30

@153957

Description

@153957

Testing the new version of the DAQ and Monitor, events with weird signals, i.e. bad baselines -> -999 are not properly read from or written to the buffer database.

Events with bad baselines (-999) should be written to the database without data reduction.
It seems that the Monitor does not properly read out these messages

  • First of all, it uses unsigned shorts to read these values, while -999 is signed.
  • Additionally, the given length of the traces in the message is incorrect, much to high (i.e. 58336 instead of ...?).
  • Moreover, the entire traces (and trace variables) seem to be zeroed..

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