evn13 commited on
Commit
1f80dcb
·
verified ·
1 Parent(s): 07de85b

Correct dataset span and add verified summary statistics

Browse files

Collection actually ran 2025-04-21 to 2026-01-09 (~8.6 months), not around 5 months. Adds a summary table computed from the released files, documents temporal gaps, clarifies the logging cadence vs the device read-out rate, and notes that the high-magnitude raw channels are the base/reference channels.

Files changed (1) hide show
  1. README.md +56 -5
README.md CHANGED
@@ -16,13 +16,54 @@ size_categories:
16
  viewer: false
17
  ---
18
 
19
- # Temi VOC/Smell Datasets (2025)
 
 
 
 
20
 
21
- This dataset includes processed smell collection metrics recorded by 2 versions of the SmartNanotubes [Smell Inspector](https://cdn.prod.website-files.com/67a0b744e71371ac7cb22fda/6810bcae6ccbea1631617e8b_SNT_Manual_Smell%20Inspector_V2.1.0.pdf). The sensor was attached to the tray of a [Temi robot](https://www.robotemi.com/product/temi/), which roamed our office on a set path for around 5 months. The robot patrolled every hour and recorded a few hundred smell data points on each run. At each smell data point (in the `processed/new-sensor.csv` file), the robot also took a picture using its front top camera of the area that it was in.
22
  Old Sensor: Firmware version 3.0.1
23
- New Sensor: Firmware version 2.1.1 (we replaced the old sensor with the new sensor due to faults in the old sensor, even though it was a downgrade in firmware version)
 
24
  Raw and processed CSV data and code for cleaning can be found on [github](https://github.com/Kentucky-Open-Science/Temi-VOC-Datasets).
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ## Data Dictionary (`processed/old-sensor.csv`)
27
  | Column | Data Type | Purpose |
28
  |---------------------|--------------------------------|--------------------------------------------------------------------------------|
@@ -41,7 +82,17 @@ Raw and processed CSV data and code for cleaning can be found on [github](https:
41
  | humidity | float | Measurement from the humidity sensor included in the smell sensor (%) |
42
  | robot_x_position | float | X position of the robot w.r.t. its home base |
43
  | robot_y_position | float | Y position of the robot w.r.t. its home base |
44
- | frame_filename | string | Filename of the picture taken by the robot when a smell was measured (see frames/ directory) |
 
 
 
 
 
 
 
 
 
 
45
 
46
  ## License
47
- This dataset is licenced under the Apache License 2.0.
 
16
  viewer: false
17
  ---
18
 
19
+ # Temi VOC/Smell Datasets
20
+
21
+ This dataset includes processed smell collection metrics recorded by 2 versions of the SmartNanotubes [Smell Inspector](https://cdn.prod.website-files.com/67a0b744e71371ac7cb22fda/6810bcae6ccbea1631617e8b_SNT_Manual_Smell%20Inspector_V2.1.0.pdf). The sensor was attached to the tray of a [Temi robot](https://www.robotemi.com/product/temi/), which roamed our office on a set path. The robot patrolled roughly once an hour during working hours and recorded a few dozen smell data points on each run. At each smell data point (in the `processed/new-sensor.csv` file), the robot also took a picture using its front top camera of the area that it was in.
22
+
23
+ Data collection ran from **2025-04-21 to 2026-01-09** (263 calendar days, ~8.6 months), with data recorded on 148 of those days.
24
 
 
25
  Old Sensor: Firmware version 3.0.1
26
+ New Sensor: Firmware version 2.1.1 (we replaced the old sensor with the new sensor due to faults in the old sensor, even though it was a downgrade in firmware version). The two firmware numbers do not reflect a linear progression in capability.
27
+
28
  Raw and processed CSV data and code for cleaning can be found on [github](https://github.com/Kentucky-Open-Science/Temi-VOC-Datasets).
29
 
30
+ ## Contents
31
+
32
+ - `processed/old-sensor.csv` — 64 raw channels + temperature + humidity
33
+ - `processed/new-sensor.csv` — the above plus robot x/y position and frame filename
34
+ - `processed/old-sensor-features.csv`, `processed/new-sensor-features.csv` — Configuration A feature mapping applied
35
+ - `frames.zip` — 74,870 JPEG frames, one per row of `new-sensor.csv`
36
+
37
+ ## Dataset Summary
38
+
39
+ All figures below were computed from the released files.
40
+
41
+ | Property | Old sensor | New sensor | Combined |
42
+ |---|---|---|---|
43
+ | Collection period | 2025-04-21 to 2025-05-30 | 2025-06-02 to 2026-01-09 | 2025-04-21 to 2026-01-09 |
44
+ | Calendar span | 39 days | 220 days | 263 days (~8.6 months) |
45
+ | Days with data | 23 | 125 | 148 |
46
+ | Cleaned rows | 12,360 | 74,870 | 87,230 |
47
+ | Patrol runs | 155 | 972 | 1,127 |
48
+ | Median rows per run | 67 | 61 | — |
49
+ | Median logging interval | 6.0 s | 6.0 s | 6.0 s |
50
+ | Synchronized frames | N/A | 74,870 | 74,870 |
51
+ | Image archive size | N/A | 4.3 GB (`frames.zip`) | 4.3 GB |
52
+ | Frame resolution | N/A | 640 × 480 | 640 × 480 |
53
+ | Robot position | No | Yes | New sensor only |
54
+ | Patrol footprint | N/A | ~33 m × 62 m | N/A |
55
+ | Temperature range | 25.3–28.6 °C | 25.4–27.8 °C | 25.3–28.6 °C |
56
+ | Humidity range | 23.3–53.7 % | 7.3–37.3 % | 7.3–53.7 % |
57
+ | Firmware version | 3.0.1 | 2.1.1 | — |
58
+
59
+ The device's own read-out cadence is 1.8 s for all 64 channels (per the manufacturer's manual), but the logging service sampled it during patrol runs rather than continuously; the median interval between consecutive logged rows within a run is 6.0 s. All rows carry timestamps between 08:00 and 17:00 local time.
60
+
61
+ Every row in `new-sensor.csv` references a distinct frame in `frames.zip`, and the archive contains exactly 74,870 images — the row/frame correspondence is one-to-one.
62
+
63
+ ## Temporal gaps
64
+
65
+ Sampling is not uniform. Data were recorded on 23 of the 39 calendar days spanned by the old-sensor split and 125 of the 220 days spanned by the new-sensor split. Within those periods, intervals longer than one hour occur 42 times (old sensor) and 217 times (new sensor); the longest single gaps are 10.0 and 12.7 days respectively. Gaps come from charging cycles, firmware updates, network outages, and periods when the robot was unavailable. Nothing is interpolated — rows are either present or absent — so gap locations are recoverable directly from the timestamp sequence. Handle them explicitly in any time-series modeling.
66
+
67
  ## Data Dictionary (`processed/old-sensor.csv`)
68
  | Column | Data Type | Purpose |
69
  |---------------------|--------------------------------|--------------------------------------------------------------------------------|
 
82
  | humidity | float | Measurement from the humidity sensor included in the smell sensor (%) |
83
  | robot_x_position | float | X position of the robot w.r.t. its home base |
84
  | robot_y_position | float | Y position of the robot w.r.t. its home base |
85
+ | frame_filename | string | Filename of the picture taken by the robot when a smell was measured (see frames.zip) |
86
+
87
+ ## A note on raw channel magnitudes
88
+
89
+ Raw channel magnitudes are strongly non-uniform. In `new-sensor.csv`, seven channels (0, 1, 14, 15, 19, 48, 49) have median values more than an order of magnitude above the typical channel, with channels 19, 48 and 49 sitting near 2.2e6 against a median channel value of ~8.1e3. In `old-sensor.csv` the spread is much smaller (largest per-channel median is 24× the smallest, and no channel exceeds 10× the typical value).
90
+
91
+ In both splits these high-magnitude channels are exactly the base/reference channels that the manufacturer's Configuration A mapping marks as 999 and that the feature-preparation script drops. The spread is a property of individual channels and their assigned role, not of any one detector chip. If you work with the raw 64-channel vector instead of the mapped feature set, scale per channel before analysis.
92
+
93
+ ## Channel mapping
94
+
95
+ Under the manufacturer's Configuration A mapping, 45 of the 64 channels carry analyte-relevant signal corresponding to 15 distinct feature IDs, each measured by 3 replicate channels; the three replicates for a given feature ID sit within a single detector type, not one per detector. The remaining 19 channels are base/reference channels excluded from analysis. The `*-features.csv` files have this mapping already applied.
96
 
97
  ## License
98
+ This dataset is licenced under the Apache License 2.0.
Free AI Image Generator No sign-up. Instant results. Open Now