GUI to demo continuous blood pressure sensing
Project description
UCI cBP demo
GUI to demo continuous blood pressure sensing
Free software: MIT license
Documentation: https://uci-cbp-demo.readthedocs.io.
Quick Start
Following command assumes a Linux environment. For Windows and MacOSX setup, you may need to tweak the commands a little bit, according to your system setup.
# setup virtual environment
python -m venv venv
# enter virtual environment
source venv/bin/activate
# install the latest code from PyPI
pip install pip install uci-cbp-demo
# power up the hardware
# start GUI with parameters a=1 b=0
uci_cbp_demo gui -a 1 -b 0
To list available CLI options, use
uci_cbp_demo gui --help
# Usage: uci_cbp_demo gui [OPTIONS]
#
# Options:
# -a INTEGER Scaling coefficient
# -b INTEGER Shifting in Y
# --help Show this message and exit.
Credits
This package is co-developed with Wongi Baek and Joonkyu Seo.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2020-02-17)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uci_cbp_demo-0.1.1.tar.gz
(13.9 kB
view hashes)