Skip to content

Commit 7fc7f7e

Browse files
committed
added README to tests
1 parent 7f3b03d commit 7fc7f7e

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

pybind/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
- Run `python run.py ../tests/simulated-unobstructed-airway_v0.0.0/ip900ap`
3535
- `matplotlib` will need to be installed for the script to run successfully
3636
- A plot of the raw PPG data overlayed with the calculated SpO2 should appear
37-
**Note:** The timestamp used by `run.py` is the `EmotiBitTimestamp` column in the `Emotibit.csv` file
37+
**Note:** The timestamp used by `run.py` is the `EmotiBitTimestamp` column in the Emotibit `.csv` files

tests/sit-stand-sit_v0.0.0/ip900ap/instructions.md renamed to tests/simulated-unobstructed-airway_v0.0.0/ip900ap/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Innovo IP900AP
22
The Innovo IP900AP is a sensor designed to measure SPO2 (and heart rate).
33
## Data Collection Procedure
4-
An AutoHotkey script was used to accept input from the user every two seconds which would then be saved to the EmotiBit as a user note through the EmotiBit oscilloscope. Therefore, there is only one file `EmotiBit.csv` which contains the IP900AP measured SPO2 levels every two seconds as user notes.
4+
An AutoHotkey script was used to accept input from the user every two seconds which would then be saved to the EmotiBit as a user note through the EmotiBit oscilloscope. Therefore, there is only one file `EmotiBit.csv` which contains the IP900AP measured SPO2 levels every two seconds as user notes.
5+
## Files
6+
- `sit-stand-sit_v0.0.0_ip900ap.zip` contains `EmotiBit.csv`
7+
- `EmotiBit.csv` contains all the raw data recorded by the Emotibit
8+
- Also includes the user notes which were used to save the SpO2 levels from the IP900AP
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Innovo IP900AP
2+
The Innovo IP900AP is a sensor designed to measure SPO2 (and heart rate).
3+
## Data Collection Procedure
4+
An AutoHotkey script was used to accept input from the user every two seconds which would then be saved to the EmotiBit as a user note through the EmotiBit oscilloscope. Therefore, there is only one file `EmotiBit.csv` which contains the IP900AP measured SPO2 levels every two seconds as user notes.
5+
## Files
6+
- `sit-stand-sit_v0.0.0_ip900ap.zip` contains `EmotiBit.csv`
7+
- `EmotiBit.csv` contains all the raw data recorded by the Emotibit
8+
- Also includes the user notes which were used to save the SpO2 levels from the IP900AP

0 commit comments

Comments
 (0)