-
Notifications
You must be signed in to change notification settings - Fork 0
File formats
gernat edited this page Dec 12, 2018
·
17 revisions
Raw bCode detections, which can be converted to a more useful format, are stored as comma-separated text files 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 comma-separated text files 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.
Trophallaxis detections are stored as as comma-separated text files 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.