Metadata-Version: 2.1
Name: motion-correction
Version: 0.2.2
Summary: Motion correction algorithms for FLIM data.
License: MIT
Author: Tim Kallady
Author-email: t.kallady@garvan.org.au
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: gpu
Requires-Dist: astropy (==6.0.0)
Requires-Dist: dipy (>=1.7.0)
Requires-Dist: ipython (==8)
Requires-Dist: matplotlib (==3.7.2)
Requires-Dist: numba (>=0.57)
Requires-Dist: numba-progress (>=1.1.0)
Requires-Dist: numpy (>=1.23.5)
Requires-Dist: opencv-python (>=4.8)
Requires-Dist: pillow (>=10.0.0)
Requires-Dist: scikit-image (==0.21)
Requires-Dist: sparse (>=0.14.0)
Requires-Dist: torch (>=2.0.1)
Requires-Dist: tqdm (>=4.66)
Description-Content-Type: text/x-rst

=================
motion_correction
=================


.. image:: https://img.shields.io/pypi/v/motion_correction.svg
        :target: https://pypi.python.org/pypi/motion_correction

.. image:: https://readthedocs.org/projects/motion-correction/badge/?version=latest
        :target: https://motion-correction.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status

.. image:: https://github.com/Garvan-Data-Science-Platform/motion-correction/actions/workflows/dev.yml/badge.svg?event=push
   :target: https://github.com/Garvan-Data-Science-Platform/motion-correction/actions

.. image:: https://github.com/Garvan-Data-Science-Platform/motion-correction/actions/workflows/main.yml/badge.svg?event=push
   :target: https://github.com/Garvan-Data-Science-Platform/motion-correction/actions

Motion correction algorithms for FLIM data.

* Free software 😄: MIT license
* Documentation: https://motion-correction.readthedocs.io.


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

