You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Singles data columns for two detector stations are still set to zero instead of -1. This is non-standard. The columns should be -1 for missing slave data.
HiSPARC/datastore#20 changed the behaviour of the datastore: When no data is reported for the slave, it is set to -1.
Unfortunately, this turns out to be a firmware/DAQ/monitor issue as well. The incoming data always has the slave columns set to some values. (zero if the station has no slave).
Using the following format: >8H, H = unsinged short
That seems to be part of the problem. But perhaps that is because the DAQ sends the data that way.. ask Bob to check the DAQ implementation..
See also: HiSPARC/datastore#18
Issue: Singles data columns for two detector stations are still set to zero instead of
-1
. This is non-standard. The columns should be-1
for missing slave data.HiSPARC/datastore#20 changed the behaviour of the datastore: When no data is reported for the slave, it is set to
-1
.Unfortunately, this turns out to be a firmware/DAQ/monitor issue as well. The incoming data always has the slave columns set to some values. (zero if the station has no slave).
Analysis:
The singles data is generated from the one second messages.
These are interpreted by the hs monitor.
Output of the above code for a two detector station (8004):
So for all new data recieved from a station, the slave columns will always be zero for a missing slave.
The current status is:
-1
for missing slaves0
for missing slave.The text was updated successfully, but these errors were encountered: