This repository contains a library to record and read the flux of a several sensors such as Realsense camera, EMG, TPS and Opitrack.
For the installation of the software, follow this guide.
To record data, follow the usage instructions.
After a recording session, all the data files should be located in data
folder. You can create as many subdirectories
as you like to organise them. Launch the reader applet with:
cd path\to\recordings\surgeon_recording\
conda activate surgeon_recording
python reader_app.py
This serves a webpage locally that you can access using the navigator of your choice at the address 127.0.0.1:8050
.
Once loaded use it to analyze the data.
- Baptiste Busch (baptiste.busch@epfl.ch)
- Dominic Reber (dominic.reber@epfl.ch)