Python package for processing TSI signals.
Project description
TSIPY
Python package for processing TSI signals.
Full documentation is available online.
Installation
pip install tsipy
Installation for Developers
# Clone repository
git clone https://github.com/roksikonja/tsipy.git
# Setup venv
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install wheel
# For development
pip install -e .[dev]
# For documentation
pip install -e .[docs]
Usage
Demos can be found in ./scripts
.
python ./scripts/exp_virgo.py
python ./scripts/exp_fusion.py
References
References can be found in ./references
.
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
tsipy-1.0.3.tar.gz
(28.7 MB
view hashes)
Built Distribution
tsipy-1.0.3-py3-none-any.whl
(26.3 kB
view hashes)