yihan-liu / MABOS_core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MABOS_core

Repository containing core API used for plotting sensor data in realtime Please see fastplotlib, developed by Kushal Kolar, to learn more about the plotting library we primarily use.

Installation Instructions

select/cd into directory you want to install pygfx

git clone https://github.com/pygfx/pygfx  
cd pygfx/  
pip install -e .

select/cd into directory you want to install MABOS_core

git clone https://github.com/BailabUNC/MABOS_core  
cd MABOS_core/  
pip install -r requirements.txt  
pip install -e .

Acquiring, Plotting, and Saving Data in Real-Time

The following data was captured by MABOS: a proprietary biosensor we developed.

MABOS.mp4

About

License:Apache License 2.0


Languages

Language:Python 100.0%