Charts for physiological data gathered from Empatica E4 wristband. Scroll to zoom and drag to pan. Made with Chart.js.
There is a Python script to prepare the data for charts: collect data from folders (extracted zips), map them with their dates and convert to JavaScript arrays separated by days.
- ACC -> Acceleration
- BVP -> Blood Volume Pulse
- EDA -> Electrodermal Activity
- HR -> Heart Rate
- IBI -> Time Between Heart Beats
- TEMP -> Temperature
It is setup using GitHub Actions in .github/workflows/lint.yml
Feel free to contribute according to the semistandard rules and latest ECMAScript Specification.
You can distribute this software freely under GNU GPL v3.0.