Metadata-Version: 2.4
Name: stsci.imagestats
Version: 1.8.4
Summary: Compute sigma-clipped statistics on data arrays
Author: Warren Hack, Christopher Hanley
Project-URL: Homepage, https://github.com/spacetelescope/stsci.imagestats
Project-URL: Tracker, https://github.com/spacetelescope/stsci.imagestats/issues
Project-URL: Documentation, https://stsciimagestats.readthedocs.io/en/stable/
Project-URL: Source Code, https://github.com/spacetelescope/stsci.imagestats
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Development Status :: 7 - Inactive
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: numpy>=1.22
Provides-Extra: docs
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: graphviz; extra == "docs"
Requires-Dist: tomli; python_version < "3.11" and extra == "docs"
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"
Dynamic: license-file

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

.. image:: https://github.com/spacetelescope/stsci.imagestats/actions/workflows/ci.yml/badge.svg?branch=main
    :target: https://github.com/spacetelescope/stsci.imagestats/actions/workflows/ci.yml
    :alt: CI Status

.. image:: https://codecov.io/gh/spacetelescope/stsci.imagestats/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/spacetelescope/stsci.imagestats
    :alt: Test Coverage Status

.. image:: https://img.shields.io/pypi/v/stsci.imagestats
    :target: https://pypi.org/project/stsci.imagestats/
    :alt: PyPI

.. image:: https://img.shields.io/badge/powered%20by-STScI-blue.svg?colorA=707170&colorB=3e8ddd&style=flat
    :target: http://www.stsci.edu
    :alt: Powered by STScI

``stsci.imagestats`` is a package designed to compute various statistics
on image data using sigma-clipping iterations. It is designed to replicate
core behaviour of the ``IRAF``\ 's ``imstatistics`` task.
