tsipy Documentation¶
Source code is available here.
tsipy includes tools for signal degradation correction and fusion.
Originally, it was built for processing measurements of Total Solar Irradiance (TSI). However, the package implements tools for degradation correction and sensor fusion not particular of any measurement quantity.
Installation¶
# from pypi
$ pip install tsipy
# install from source for developers
$ git clone https://github.com/roksikonja/tsipy.git
$ python -m pip install --upgrade pip
$ pip install -e .
Getting Started¶
Experiments
Licence¶
tsipy is licensed under the MIT License.
Citation¶
@misc{kolar2020iterative,
title={Iterative Correction of Sensor Degradation and a Bayesian Multi-Sensor Data Fusion Method},
author={Luka Kolar and Rok Šikonja and Lenart Treven},
year={2020},
eprint={2009.03091},
archivePrefix={arXiv},
primaryClass={cs.LG}
}