Upload sample dataset files
Browse filesQRaco Fusion Sample is a public sample dataset for motion, gesture, and sensor-fusion research.
It contains mobile sensor data captured from an Android device and is meant to demonstrate the structure, format, and quality of the full QRaco Fusion dataset.
Included files:
- records_part_001.jsonl.gz
- metadata.json
- schema.json
- README.txt
- integrity.json
This sample is provided for research, evaluation, and preview purposes only. The full commercial package is available separately.
Sensors represented in the sample may include accelerometer, gyroscope, magnetometer, light, proximity, and battery temperature, depending on the recording session.
- README.txt +18 -0
- integrity.json +36 -0
- metadata.json +253 -0
- records_part_001.jsonl.gz +3 -0
- schema.json +29 -0
README.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
QRaco Physical AI Recorder dataset
|
| 2 |
+
|
| 3 |
+
Primary data: records_part_*.jsonl.gz
|
| 4 |
+
Storage profile: compact primary sensors, source Float32 precision preserved.
|
| 5 |
+
Derived Android streams are omitted because gravity and linear acceleration can be reconstructed offline.
|
| 6 |
+
Protocol and device metadata: metadata.json
|
| 7 |
+
Field contract: schema.json
|
| 8 |
+
Compact integrity chain: blocks.jsonl
|
| 9 |
+
File checksums: integrity.json (created when ZIP is exported)
|
| 10 |
+
Auto-detected rare events are heuristic candidates, not ground truth.
|
| 11 |
+
Confirm important events with manual markers and document the collection protocol.
|
| 12 |
+
|
| 13 |
+
Parquet conversion on a PC:
|
| 14 |
+
1. Install Python and run: pip install pyarrow
|
| 15 |
+
2. Put convert_to_parquet.py beside the JSONL.GZ parts.
|
| 16 |
+
3. Run: python convert_to_parquet.py
|
| 17 |
+
|
| 18 |
+
The converter is streaming and writes records.parquet with ZSTD compression.
|
integrity.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"algorithm": "SHA-256",
|
| 3 |
+
"generated_at_epoch_ms": 1783733275208,
|
| 4 |
+
"files": [
|
| 5 |
+
{
|
| 6 |
+
"name": "README.txt",
|
| 7 |
+
"size_bytes": 835,
|
| 8 |
+
"sha256": "13fe353991ed465dde47bda855fd7b86ecfe26b1238644cb3f36bc0326b1f2d1"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"name": "blocks.jsonl",
|
| 12 |
+
"size_bytes": 5853,
|
| 13 |
+
"sha256": "c2ddbc724afbad2705e5777ed21f6ba04131bc648d8e588abed4cd861f9a6efe"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"name": "convert_to_parquet.py",
|
| 17 |
+
"size_bytes": 1043,
|
| 18 |
+
"sha256": "747795d9ab7ffa5b263c2eb4ffc6a8cc52fe21382a9a1ab0ac5d3139b80f5eb8"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"name": "metadata.json",
|
| 22 |
+
"size_bytes": 7509,
|
| 23 |
+
"sha256": "7e3bbb4e50aac255a839b8afdd860e097c187317b07f382ab729705c32b86113"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"name": "records_part_001.jsonl.gz",
|
| 27 |
+
"size_bytes": 2215149,
|
| 28 |
+
"sha256": "4c36b07deada6a4503b3d862b901f0322e172fc00771c7dd9247bd83fb7f8b16"
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"name": "schema.json",
|
| 32 |
+
"size_bytes": 1443,
|
| 33 |
+
"sha256": "3e0677e9d65de6097b94da2c63a5fcec9237b47d8fc4c74c8d3e0f967d9f9b8f"
|
| 34 |
+
}
|
| 35 |
+
]
|
| 36 |
+
}
|
metadata.json
ADDED
|
@@ -0,0 +1,253 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "1.0.0",
|
| 3 |
+
"session_id": "20260711_005336_1817813b",
|
| 4 |
+
"dataset_name": "Physical AI field capture",
|
| 5 |
+
"campaign_id": "QRPAI-001",
|
| 6 |
+
"protocol_id": "PROTO-001",
|
| 7 |
+
"contributor_code": "P-001",
|
| 8 |
+
"known_activity": "pocket_movement",
|
| 9 |
+
"custom_activity": "",
|
| 10 |
+
"task_outcome": "unknown",
|
| 11 |
+
"environment": "interior",
|
| 12 |
+
"surface": "necunoscuta",
|
| 13 |
+
"equipment": "telefon purtat",
|
| 14 |
+
"conditions": "",
|
| 15 |
+
"notes": "",
|
| 16 |
+
"started_at_epoch_ms": 1783731216220,
|
| 17 |
+
"ended_at_epoch_ms": 1783733273408,
|
| 18 |
+
"duration_ms": 2057188,
|
| 19 |
+
"timezone_id": "Europe\/London",
|
| 20 |
+
"timezone_offset_minutes": 60,
|
| 21 |
+
"locale": "en-GB",
|
| 22 |
+
"record_count": 65640,
|
| 23 |
+
"data_part_count": 1,
|
| 24 |
+
"integrity_block_count": 17,
|
| 25 |
+
"integrity_chain_head_sha256": "c53820d3d1fe0a8f20dfd27ed6122c6164330936a353600b188e4f299e99bddf",
|
| 26 |
+
"integrity_block_size_records": 4096,
|
| 27 |
+
"dropped_event_count": 0,
|
| 28 |
+
"requested_sampling_mode": "SENSOR_DELAY_FASTEST_no_batching",
|
| 29 |
+
"storage_profile": "compact_primary_sensors_float32_v1",
|
| 30 |
+
"numeric_encoding": "Shortest decimal representation that round-trips to source Float32; location remains Float64",
|
| 31 |
+
"calibration_window_ms": 5000,
|
| 32 |
+
"video_enabled": false,
|
| 33 |
+
"video_file": null,
|
| 34 |
+
"location_enabled": false,
|
| 35 |
+
"privacy_note": "Location is opt-in. No name, email, advertising ID, serial number, microphone audio or account data is collected.",
|
| 36 |
+
"consent_granted": true,
|
| 37 |
+
"consent_text_version": "QRPAI-CONSENT-1.0",
|
| 38 |
+
"consent_recorded_at_epoch_ms": 1783731216220,
|
| 39 |
+
"device_manufacturer": "HONOR",
|
| 40 |
+
"device_model": "MBH-N49",
|
| 41 |
+
"device_product": "MBH-N49EEA",
|
| 42 |
+
"device_hardware": "qcom",
|
| 43 |
+
"android_release": "16",
|
| 44 |
+
"android_sdk": 36,
|
| 45 |
+
"app_version": "1.3.0",
|
| 46 |
+
"sensor_descriptors": [
|
| 47 |
+
{
|
| 48 |
+
"type": 1,
|
| 49 |
+
"key": "accelerometer",
|
| 50 |
+
"name": "lsm6dso Accelerometer Non-wakeup",
|
| 51 |
+
"vendor": "STMicro",
|
| 52 |
+
"version": 143119,
|
| 53 |
+
"resolution": 0.0047856453,
|
| 54 |
+
"maximum_range": 156.9064,
|
| 55 |
+
"minimum_delay_us": 2404,
|
| 56 |
+
"maximum_delay_us": 1000000,
|
| 57 |
+
"power_ma": 0.17,
|
| 58 |
+
"reporting_mode": 0,
|
| 59 |
+
"wake_up": false
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"type": 16,
|
| 63 |
+
"key": "gyroscope_uncalibrated",
|
| 64 |
+
"name": "lsm6dso Gyroscope-Uncalibrated Non-wakeup",
|
| 65 |
+
"vendor": "STMicro",
|
| 66 |
+
"version": 143119,
|
| 67 |
+
"resolution": 0.0012217296,
|
| 68 |
+
"maximum_range": 34.906036,
|
| 69 |
+
"minimum_delay_us": 2404,
|
| 70 |
+
"maximum_delay_us": 1000000,
|
| 71 |
+
"power_ma": 0.55,
|
| 72 |
+
"reporting_mode": 0,
|
| 73 |
+
"wake_up": false
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"type": 14,
|
| 77 |
+
"key": "magnetometer_uncalibrated",
|
| 78 |
+
"name": "mmc56x3x Magnetometer_Uncalibrated Non-wakeup",
|
| 79 |
+
"vendor": "memsic",
|
| 80 |
+
"version": 10000,
|
| 81 |
+
"resolution": 0.0976,
|
| 82 |
+
"maximum_range": 3000.0288,
|
| 83 |
+
"minimum_delay_us": 10000,
|
| 84 |
+
"maximum_delay_us": 1000000,
|
| 85 |
+
"power_ma": 1,
|
| 86 |
+
"reporting_mode": 0,
|
| 87 |
+
"wake_up": false
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"type": 11,
|
| 91 |
+
"key": "rotation_vector",
|
| 92 |
+
"name": "FUSION Rotation Vector Non-wakeup",
|
| 93 |
+
"vendor": "akm",
|
| 94 |
+
"version": 1289,
|
| 95 |
+
"resolution": 0.01,
|
| 96 |
+
"maximum_range": 1,
|
| 97 |
+
"minimum_delay_us": 10000,
|
| 98 |
+
"maximum_delay_us": 10000,
|
| 99 |
+
"power_ma": 0.001,
|
| 100 |
+
"reporting_mode": 0,
|
| 101 |
+
"wake_up": false
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"type": 5,
|
| 105 |
+
"key": "light",
|
| 106 |
+
"name": "TCS3720_1ALSPRX Ambient Light Sensor Non-wakeup",
|
| 107 |
+
"vendor": "ams AG",
|
| 108 |
+
"version": 66048,
|
| 109 |
+
"resolution": 1,
|
| 110 |
+
"maximum_range": 20000,
|
| 111 |
+
"minimum_delay_us": 0,
|
| 112 |
+
"maximum_delay_us": 0,
|
| 113 |
+
"power_ma": 0.38,
|
| 114 |
+
"reporting_mode": 1,
|
| 115 |
+
"wake_up": false
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"type": 8,
|
| 119 |
+
"key": "proximity",
|
| 120 |
+
"name": "TCS3720_1ALSPRX Proximity Sensor Wakeup",
|
| 121 |
+
"vendor": "ams AG",
|
| 122 |
+
"version": 66048,
|
| 123 |
+
"resolution": 1,
|
| 124 |
+
"maximum_range": 5,
|
| 125 |
+
"minimum_delay_us": 0,
|
| 126 |
+
"maximum_delay_us": 0,
|
| 127 |
+
"power_ma": 0.625,
|
| 128 |
+
"reporting_mode": 1,
|
| 129 |
+
"wake_up": true
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"type": 6,
|
| 133 |
+
"key": "pressure",
|
| 134 |
+
"name": "goertek_spl07 Pressure Sensor Non-wakeup",
|
| 135 |
+
"vendor": "Goertek",
|
| 136 |
+
"version": 4864,
|
| 137 |
+
"resolution": 0.01,
|
| 138 |
+
"maximum_range": 1100,
|
| 139 |
+
"minimum_delay_us": 31250,
|
| 140 |
+
"maximum_delay_us": 1000000,
|
| 141 |
+
"power_ma": 0.006,
|
| 142 |
+
"reporting_mode": 0,
|
| 143 |
+
"wake_up": false
|
| 144 |
+
}
|
| 145 |
+
],
|
| 146 |
+
"measured_sensor_statistics": {
|
| 147 |
+
"accelerometer": {
|
| 148 |
+
"count": 35836,
|
| 149 |
+
"measured_hz": 17.320687755108374,
|
| 150 |
+
"mean_period_ns": 5.778441590763602E7,
|
| 151 |
+
"jitter_std_ns": 5.188229110616742E9,
|
| 152 |
+
"min_period_ns": 2411407,
|
| 153 |
+
"max_period_ns": 981625813291,
|
| 154 |
+
"timestamp_regressions": 31,
|
| 155 |
+
"unreliable_accuracy_count": 0
|
| 156 |
+
},
|
| 157 |
+
"battery": {
|
| 158 |
+
"count": 2,
|
| 159 |
+
"measured_hz": 0.001607513822087096,
|
| 160 |
+
"mean_period_ns": 622078632395,
|
| 161 |
+
"jitter_std_ns": 0,
|
| 162 |
+
"min_period_ns": 622078632395,
|
| 163 |
+
"max_period_ns": 622078632395,
|
| 164 |
+
"timestamp_regressions": 0,
|
| 165 |
+
"unreliable_accuracy_count": 0
|
| 166 |
+
},
|
| 167 |
+
"gyroscope_uncalibrated": {
|
| 168 |
+
"count": 18869,
|
| 169 |
+
"measured_hz": 9.165734460244325,
|
| 170 |
+
"mean_period_ns": 1.0910200424607801E8,
|
| 171 |
+
"jitter_std_ns": 1.0515934032083027E10,
|
| 172 |
+
"min_period_ns": 2411355,
|
| 173 |
+
"max_period_ns": 1387464175938,
|
| 174 |
+
"timestamp_regressions": 0,
|
| 175 |
+
"unreliable_accuracy_count": 0
|
| 176 |
+
},
|
| 177 |
+
"light": {
|
| 178 |
+
"count": 135,
|
| 179 |
+
"measured_hz": 0.06482308493632259,
|
| 180 |
+
"mean_period_ns": 1.542660305325373E10,
|
| 181 |
+
"jitter_std_ns": 1.2408390582399005E11,
|
| 182 |
+
"min_period_ns": 209457865,
|
| 183 |
+
"max_period_ns": 1389880701303,
|
| 184 |
+
"timestamp_regressions": 0,
|
| 185 |
+
"unreliable_accuracy_count": 0
|
| 186 |
+
},
|
| 187 |
+
"magnetometer_uncalibrated": {
|
| 188 |
+
"count": 4583,
|
| 189 |
+
"measured_hz": 2.225873793602375,
|
| 190 |
+
"mean_period_ns": 4.492617698605412E8,
|
| 191 |
+
"jitter_std_ns": 2.133636936273893E10,
|
| 192 |
+
"min_period_ns": 10000000,
|
| 193 |
+
"max_period_ns": 1387489864584,
|
| 194 |
+
"timestamp_regressions": 0,
|
| 195 |
+
"unreliable_accuracy_count": 0
|
| 196 |
+
},
|
| 197 |
+
"pressure": {
|
| 198 |
+
"count": 1548,
|
| 199 |
+
"measured_hz": 0.7515814449804272,
|
| 200 |
+
"mean_period_ns": 1.3305277913374274E9,
|
| 201 |
+
"jitter_std_ns": 3.6297856225195114E10,
|
| 202 |
+
"min_period_ns": 31030938,
|
| 203 |
+
"max_period_ns": 1387482971875,
|
| 204 |
+
"timestamp_regressions": 0,
|
| 205 |
+
"unreliable_accuracy_count": 0
|
| 206 |
+
},
|
| 207 |
+
"proximity": {
|
| 208 |
+
"count": 65,
|
| 209 |
+
"measured_hz": 0.031230206644233833,
|
| 210 |
+
"mean_period_ns": 3.20202812421875E10,
|
| 211 |
+
"jitter_std_ns": 1.7731487624787906E11,
|
| 212 |
+
"min_period_ns": 52996406,
|
| 213 |
+
"max_period_ns": 1381603992813,
|
| 214 |
+
"timestamp_regressions": 0,
|
| 215 |
+
"unreliable_accuracy_count": 0
|
| 216 |
+
},
|
| 217 |
+
"rotation_vector": {
|
| 218 |
+
"count": 4600,
|
| 219 |
+
"measured_hz": 2.234147785081482,
|
| 220 |
+
"mean_period_ns": 4.4759796405479455E8,
|
| 221 |
+
"jitter_std_ns": 2.1298097011051964E10,
|
| 222 |
+
"min_period_ns": 1327083,
|
| 223 |
+
"max_period_ns": 1387569946719,
|
| 224 |
+
"timestamp_regressions": 0,
|
| 225 |
+
"unreliable_accuracy_count": 0
|
| 226 |
+
},
|
| 227 |
+
"user_annotation": {
|
| 228 |
+
"count": 2,
|
| 229 |
+
"measured_hz": 4.8610518629781644E-4,
|
| 230 |
+
"mean_period_ns": 2057167930291,
|
| 231 |
+
"jitter_std_ns": 0,
|
| 232 |
+
"min_period_ns": 2057167930291,
|
| 233 |
+
"max_period_ns": 2057167930291,
|
| 234 |
+
"timestamp_regressions": 0,
|
| 235 |
+
"unreliable_accuracy_count": 0
|
| 236 |
+
}
|
| 237 |
+
},
|
| 238 |
+
"initial_calibration_statistics": {
|
| 239 |
+
"accelerometer": {
|
| 240 |
+
"count": 2138,
|
| 241 |
+
"mean": [
|
| 242 |
+
-0.7648618971879466,
|
| 243 |
+
7.802008074811957,
|
| 244 |
+
5.929200463951802
|
| 245 |
+
],
|
| 246 |
+
"standard_deviation": [
|
| 247 |
+
0.6421546501325623,
|
| 248 |
+
1.1383099466862927,
|
| 249 |
+
1.1554819889711003
|
| 250 |
+
]
|
| 251 |
+
}
|
| 252 |
+
}
|
| 253 |
+
}
|
records_part_001.jsonl.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c36b07deada6a4503b3d862b901f0322e172fc00771c7dd9247bd83fb7f8b16
|
| 3 |
+
size 2215149
|
schema.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "1.0.0",
|
| 3 |
+
"format": "newline-delimited JSON compressed with GZIP",
|
| 4 |
+
"timestamp_contract": {
|
| 5 |
+
"timestamp_monotonic_ns": "Primary ordering clock from Android sensor hardware or elapsedRealtimeNanos",
|
| 6 |
+
"timestamp_epoch_ms": "Wall clock for cross-device alignment; clock changes must be considered"
|
| 7 |
+
},
|
| 8 |
+
"fields": {
|
| 9 |
+
"sequence": "int64, repository order",
|
| 10 |
+
"source_sequence": "int64, service acquisition order; -1 for UI annotations",
|
| 11 |
+
"record_type": "sensor | location | battery | annotation_auto | annotation_manual",
|
| 12 |
+
"timestamp_epoch_ms": "int64 milliseconds since Unix epoch",
|
| 13 |
+
"timestamp_monotonic_ns": "int64 nanoseconds since boot",
|
| 14 |
+
"sensor": "stable sensor key",
|
| 15 |
+
"accuracy": "Android sensor accuracy or estimated location accuracy",
|
| 16 |
+
"unit": "unit contract for values",
|
| 17 |
+
"values": "array<number|null>; source sensor values retain Float32 precision, location retains Float64",
|
| 18 |
+
"known_activity": "protocol label supplied by contributor",
|
| 19 |
+
"auto_motion": "coarse automatic estimate, not ground truth",
|
| 20 |
+
"phase": "baseline | pre_failure | failure | recovery",
|
| 21 |
+
"event_type": "nullable event label",
|
| 22 |
+
"confidence": "nullable heuristic confidence 0..1",
|
| 23 |
+
"details": "nullable explanation"
|
| 24 |
+
},
|
| 25 |
+
"integrity": {
|
| 26 |
+
"blocks.jsonl": "SHA-256 chain over canonical JSONL bytes in blocks",
|
| 27 |
+
"integrity.json": "SHA-256 and byte size for every exported artifact"
|
| 28 |
+
}
|
| 29 |
+
}
|