Metadata-Version: 2.1
Name: tissue-detection
Version: 0.0.2
Summary: General suite of ODE solvers
Author-email: Henrik Finsberg <henriknf@simula.no>
License: MIT
Project-URL: Homepage, https://computationalphysiology.github.io/tissue-detection
Project-URL: Documentation, https://computationalphysiology.github.io/tissue-detection
Project-URL: Source, https://github.com/ComputationalPhysiology/tissue-detection
Project-URL: Tracker, https://github.com/ComputationalPhysiology/tissue-detection/issues
Keywords: cardiac,ecg,electrophysiology
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: opencv-python
Provides-Extra: all
Requires-Dist: tissue-detection[test] ; extra == 'all'
Requires-Dist: tissue-detection[docs] ; extra == 'all'
Requires-Dist: tissue-detection[pypi] ; extra == 'all'
Requires-Dist: tissue-detection[dev] ; extra == 'all'
Provides-Extra: dev
Requires-Dist: pdbpp ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: bump2version ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: jupyter-book ; extra == 'docs'
Requires-Dist: matplotlib ; extra == 'docs'
Requires-Dist: cardiac-mps ; extra == 'docs'
Provides-Extra: pypi
Requires-Dist: twine ; extra == 'pypi'
Requires-Dist: build ; extra == 'pypi'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: jupytext ; extra == 'test'
Requires-Dist: tissue-detection[docs] ; extra == 'test'

# Tissue detection

Library for detecting tissue in cardiac TPE and MPS systems.

- Source code: https://github.com/ComputationalPhysiology/tissue-detection
- Documentation: https://computationalphysiology.github.io/tissue-detection

## Install
You can install the library with pip

```
python3 -m pip install tissue-detection
```


## Getting started

TBW

## License
MIT

## Need help or having issues
Please submit an [issue](https://github.com/ComputationalPhysiology/tissue-detection/issues)
