-
Notifications
You must be signed in to change notification settings - Fork 0
File formats
Tim edited this page Feb 6, 2024
·
17 revisions
Detections are stored as a comma-separated values file, i.e. a text file that uses a comma to separate values. Each line corresponds to one detection. There is no header.
Time fields use the Unix time format with millisecond precision.
Each line describes one raw bCode detection and consists of the following fields:
- time of detection
- top-left fixed pattern, x-coordinate
- top-left fixed pattern, y-coordinate
- top-right fixed pattern, x-coordinate
- top-right fixed pattern, y-coordinate
- bottom-left fixed pattern, x-coordinate
- bottom-left fixed pattern, y-coordinate
- ID of individual
- a mysterious number
Raw bCode detections can be converted to a more useful format.
Each line describes one human-readable bCode detection and consists of the following fields:
- time of detection
- x-coordinate
- y-coordinate
- orientation vector, x-component
- orientation vector, y-component
- ID of individual
Each line describes one movement and consists of the following fields:
- time of detection
- ID of individual
- distance moved in mm
- rotation around bCode center in radians
Each line describes one trophallaxis detection and consists of the following fields:
- time of detection
- ID of individual 1
- ID of individual 2
- probability that the individuals exchange liquid
- probability that individual 1 donates
Each line describes one entrance event and consists of the following fields:
- begin time
- end time
- ID of individual
- type of event