Metadata-Version: 2.1
Name: statmorph
Version: 0.4.0
Summary: Non-parametric morphological diagnostics of galaxy images
Home-page: https://github.com/vrodgom/statmorph
Author: Vicente Rodriguez-Gomez
Author-email: v.rodriguez@irya.unam.mx
License: BSD
Keywords: astronomy galaxies galaxy-morphology non-parametric
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
License-File: LICENSE
Requires-Dist: numpy (>=1.14.0)
Requires-Dist: scipy (>=0.19)
Requires-Dist: scikit-image (>=0.14)
Requires-Dist: astropy (>=2.0)
Requires-Dist: photutils (>=0.7)

statmorph
=========

.. image:: https://img.shields.io/pypi/v/statmorph.svg
    :target: https://pypi.org/project/statmorph
    :alt: PyPI Version
.. image:: https://anaconda.org/conda-forge/statmorph/badges/version.svg
    :target: https://anaconda.org/conda-forge/statmorph
    :alt: Conda Version
.. image:: https://anaconda.org/conda-forge/statmorph/badges/downloads.svg
    :target: https://anaconda.org/conda-forge/statmorph
    :alt: Conda Downloads
.. image:: https://github.com/vrodgom/statmorph/workflows/CI/badge.svg
    :target: https://github.com/vrodgom/statmorph/actions
    :alt: Build Status
.. image:: https://img.shields.io/codecov/c/github/vrodgom/statmorph
    :target: https://codecov.io/gh/vrodgom/statmorph
    :alt: Coverage Status
.. image:: https://readthedocs.org/projects/statmorph/badge/?version=latest
    :target: https://statmorph.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

Python code for calculating non-parametric morphological diagnostics of
galaxy images.

Documentation
-------------

The documentation and installation instructions can be found on
`ReadTheDocs <http://statmorph.readthedocs.io/en/latest/>`_.

Tutorial / How to use
---------------------

Please see the
`statmorph tutorial <https://statmorph.readthedocs.io/en/latest/notebooks/tutorial.html>`_.

Citing
------

If you use this code for a scientific publication, please cite the following
article:

- `Rodriguez-Gomez et al. (2019) <https://ui.adsabs.harvard.edu/abs/2019MNRAS.483.4140R>`_

Licensing
---------

Licensed under a 3-Clause BSD License.


