-
Notifications
You must be signed in to change notification settings - Fork 5
Description
HiSPARC Event messages (CIC) contain a time_delta value. This is currently not sent to the datastore, it contains the difference in the timestamp for the Master and Slave events.
This could/should be used to correct time differences between master/slave traces.
We currently assume this to be fairly constant and correct for it by doing the 'detector_offsets' correction.
We should determine:
- If this
time_deltais 'constant' for a given master-slave combination or does it changes over time - What is the typical distribution from event to event, and over longer periods.
For instance, the 'jump' in offsets for the slave detectors in May 2012 is explained by the switch to HiSPARC III electronics. So there is probably a different offset for that Master-Slave combination, which can probably be found in the time_delta.

The time_delta should be an integer number of nanoseconds, basically the time difference between the extended timestamp of the master and slave.
TODO: check if the 'correction' in the firmware partly corrects this offset, so is it already taken into account or not.. (since a certain version of the firmware a correction was added to make the master/slave data more inline.. this requires a bit more investigation).