Metadata-Version: 2.1
Name: impose
Version: 0.3.0
Summary: Fit and superimpose shapes from different imaging modalities
Home-page: https://github.com/GuckLab/impose
Maintainer: Paul Müller
Maintainer-email: dev@craban.de
License: GPL v3
Keywords: image analysis,biology,microscopy
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.7
License-File: LICENSE

|impose|
========

|PyPI Version| |Build Status| |Coverage Status| |Docs Status|


Align microscopy images using custom-defined structural patterns and superimpose those on data from other imaging modalities. 


Documentation
-------------
The documentation is available at `impose.readthedocs.io <https://impose.readthedocs.io/>`_.


Installation
------------
If you have Python 3.7 or later, you can install impose via:

::

    pip install impose


Starting impose
===============
Once you have installed impose via the method described above, you can
start it from the command line (e.g. `Terminal` app on macOS):

::

    python -m impose



.. |impose| image:: https://raw.github.com/GuckLab/impose/master/docs/logo/impose.png
.. |PyPI Version| image:: https://img.shields.io/pypi/v/impose.svg
   :target: https://pypi.python.org/pypi/impose
.. |Build Status| image:: https://img.shields.io/github/workflow/status/GuckLab/impose/Checks
   :target: https://github.com/GuckLab/impose/actions?query=workflow%3AChecks
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/GuckLab/impose/master.svg
   :target: https://codecov.io/gh/GuckLab/impose
.. |Docs Status| image:: https://readthedocs.org/projects/impose/badge/?version=latest
   :target: https://readthedocs.org/projects/impose/builds/



