-
Notifications
You must be signed in to change notification settings - Fork 0
File formats
Raw bCode detections, which can be converted to a more useful format, are stored as a comma-separated text file without a header. Each line describes one detection and provides the following information:
- image timestamp
- 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 bee
- a mysterious number
The timestamp format is Unix time with millisecond precision.
Converted bCode detections are stored as a comma-separated text file without a header. Each line describes one detection and provides the following information:
- image timestamp
- x-coordinate
- y-coordinate
- orientation vector, x-component
- orientation vector, y-component
- ID of bee
The timestamp format is Unix time with millisecond precision.
Movement is stored as a comma-separated text file without a header. Each line describes one movement and provides the following information:
- image timestamp
- ID of bee
- distance moved in mm
The timestamp format is Unix time with millisecond precision.
Trophallaxis detections are stored as as a comma-separated text file without a header. Each line describes one detection and provides the following information:
- image timestamp
- ID of bee 1
- ID of bee 2
Begin and end times are Unix time with millisecond precision.