Skip to content

Commit

Permalink
Update the tsdf units
Browse files Browse the repository at this point in the history
  • Loading branch information
vedran-kasalica authored Nov 28, 2023
1 parent 5503531 commit 9ec52d4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/tsdf_dbpd_channels_and_units.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ Within the `DBPD` project, some of the field types are further specialised to pr

| `channel_type` name | Recommended `unit` | Description
|--------------------------|--------------------|------------------------------------------------------------------------------------|
| `time` | `time_absolute_unix_ms` | Time corresponding to the start of each window/segment (also see units below). |
| `acceleration_x` | `m/s^2` | Acceleration along the x-axis. |
| `acceleration_y` | `m/s^2` | Acceleration along the y-axis. |
| `acceleration_z` | `m/s^2` | Acceleration along the z-axis. |
| `time` | `absolute_ms` | Time corresponding to the start of each window/segment (also see units below). |
| `acceleration_x` | `m/s^2` | Acceleration along the x-axis. |
| `acceleration_y` | `m/s^2` | Acceleration along the y-axis. |
| `acceleration_z` | `m/s^2` | Acceleration along the z-axis. |
| `rotation_x` | `deg/s` | Angular rotation rate around the x-axis. |
| `rotation_y` | `deg/s` | Angular rotation rate around the y-axis. |
| `rotation_z` | `deg/s` | Angular rotation rate around the z-axis. |
| `green` | `deg/s` | Green signal values indicate blood volume changes for physiological analysis. |


---
Expand Down Expand Up @@ -145,9 +146,9 @@ Within the `DBPD` project, some of the field types are further specialised to pr

| `unit_type` | Description |
|-----------------|-----------------------------------------------------------------------------------------------------|
| `time_relative_ms` | Time in milliseconds, relative to the `start_iso8601`. |
| `time_absolute_unix_s` | Absolute time in seconds, relative to unix epoch. |
| `time_absolute_unix_ms` | Absolute time in milliseconds, relative to unix epoch. |
| `relative_ms` | Time (in milliseconds), relative to the `start_iso8601`, i.e., time elapsed since the start time of the recording. |
| `difference_ms` | Time (in milliseconds) elapsed since the previous sample. |
| `absolute_ms` | Absolute time in milliseconds, relative to Unix epoch. |
| `probability` | Probability values (0 to 1) indicating the likelihood of tremor activity for each sample. |
| `boolean_num` | `[TODO]` Integer values (0 or 1) representing the true (1) or false (0) presence of an activity. |
| `unitless` | Numerical values without units. |
Expand Down

0 comments on commit 9ec52d4

Please sign in to comment.