Metadata-Version: 2.1
Name: pybline
Version: 0.1.0
Summary: Python baseline correction.
Home-page: http://github.com/arkottke/pybline
Author: Albert Kottke
Author-email: albert.kottke@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Requires-Dist: numpy
Requires-Dist: numba
Requires-Dist: pyrotd
Requires-Dist: setuptools

pyRVT
=====

|PyPi Cheese Shop| |Documentation| |Build Status| |Code Quality| |Test Coverage| |License| |DOI|

A Python library and command-line application for incremental baseline correction.

Information on the installation and usage can be found in the documentation_.

.. _documentation: https://pybline.readthedocs.io/

Screenshots
-----------

Loading a motion.

.. image:: docs/graphics/screenshots-1.png
   :width: 400
   :alt: Example of loading dialog

Two steps of base line correction.

.. image:: docs/graphics/screenshots-2.png
   :width: 600
   :alt: Example of base line correction


Citation
--------

Please cite this software using the DOI_.

.. _DOI: https://zenodo.org/badge/latestdoi/5086299

.. |PyPi Cheese Shop| image:: https://img.shields.io/pypi/v/pybline.svg
   :target: https://img.shields.io/pypi/v/pybline.svg
.. |Documentation| image:: https://readthedocs.org/projects/pybline/badge/?version=latest
    :target: https://pybline.readthedocs.io/?badge=latest
.. |Build Status| image:: https://travis-ci.org/arkottke/pybline.svg?branch=master
   :target: https://travis-ci.org/arkottke/pybline
.. |Code Quality| image:: https://api.codacy.com/project/badge/Grade/e7764f37169a434b8e0d68dfcb37e887    
   :target: https://www.codacy.com/manual/arkottke/pybline
.. |Test Coverage| image:: https://api.codacy.com/project/badge/Coverage/e7764f37169a434b8e0d68dfcb37e887    
   :target: https://www.codacy.com/manual/arkottke/pybline
.. |License| image:: https://img.shields.io/badge/license-MIT-blue.svg
.. |DOI| image:: https://zenodo.org/badge/5086299.svg
   :target: https://zenodo.org/badge/latestdoi/5086299


