Motus data file formats
This page describes the information contained in the file name and contents for the three receivers supported by the Motus system
You are viewing the V1 Legacy SensorGnome user guide. This software has not been updated since 2018.
1. File types
1a. SensorGnome format
This format is the default for units running the SensorGnome software (including for the SensorGnome component of the SensorStation). Each file contains individual pulses, gps readings, etc. The data can also be separated for each antenna, as well as for LifeTag detections only (type = ctt).
Filename format: <site_label>-<receiver_number>-<boot_num>-<datetime><prec>-<type>-<ext>.gz
Example: changeMe-3114BBBK2178-000074-2018-01-22T00-29-13.3300T-all.txt.gz
changeMe-3114BBBK2178-000074-2018-01-22T00-29-13.3300T-ctt.txt.gz
site_label: user-entered site label (default: changeMe)
receiver_number: for SensorGnomes, receiver serial number (without the SG prefix, e.g. 3114BBBK2178)
for SensorStation, receiver serial number (with the CTT prefix, e.g. CTT-123456789012345)
boot_num: boot number
datetime: yyyy-mm-ddTHH:MM:ss.ssss
prec: single digit representing the clock precision:
P: clock not set by GPS
Z: 1 second
Y: 0.1 second
X: 0.01 second
W: 0.001 second
V: 0.0001 second
U: 0.00001 second
T: 0.000001 second
type: all (for all antennae), specific antenna number or ctt (ctt and gps data only)
ext: extension (typically txt)
gz: indicates compressed files (other types of compressions are also supported: bz2, etc.)1b. SensorStation format
This format is the default for units running the SensorStation software. Data components are divided separate files: data, node data and gps. Data contains the 32-bit codes interpreted by the CTT dongles, node data contains detections from external node units and gps includes gps readings (only for the base station so far, not for nodes).
1c. Lotek format
This is the default format used by Lotek units. Each file contains a header and individual tag detections (not pulses, only putative tags). There are other formats available for export from the Lotek units (e.g. binary), but we require the DTA format.
Filename: the file name is entirely determined by the user and doesn't contain useful information about its content.
2. File content
2a. SensorGnome format
The following prefix can be found in SensorGnome files. Files of type ctt will only contain T and G prefix.
C : (GPS clock setting precision record: outlines the time the GPS was set (ts), the precision it was set to (prec), and the time elapsed in running the time (elapsed))
G : GPS data entry
p : individual pulse on FunCube Dongles
S : frequency setting record (see fields below for possible name values)
T : LifeTag hit on CTT/CVRX dongle or SensorStation
Fields:
2b. SensorStation (LifeTag) format
SensorStation (LifeTag) files will contain headers specifying their content. No assumptions should be made about the order or the list of fields included within those files. The formats below are those currently in use at the time of this document.
data (or raw-data) files:
node-data files: meta information about the nodes
gps files: gps readings of the base station
2c. Lotek format
Data segment: individual tag detections. We request that users export their DTA file using GMT times, but there is no guarantee. Hopefully, newer versions will format dates as ISO 8601 to include the time zone.
Last updated