Metadata-Version: 2.4
Name: stsci.stimage
Version: 0.3.2
Summary: Various image processing functions
Author-email: STScI <help@stsci.edu>
Project-URL: Tracker, https://github.com/spacetelescope/stsci.stimage/issues
Project-URL: Documentation, https://stscistimage.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/spacetelescope/stsci.stimage
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.14
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Dynamic: license-file

# stsci.stimage

[![Documentation Status](https://readthedocs.org/projects/stscistimage/badge/?version=latest)](https://stscistimage.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://dev.azure.com/spacetelescope/stsci.stimage/_apis/build/status/spacetelescope.stsci.stimage?branchName=main)](https://dev.azure.com/spacetelescope/stsci.stimage/_build/latest?definitionId=14&branchName=main)
[![codecov](https://codecov.io/gh/spacetelescope/stsci.stimage/branch/main/graph/badge.svg)](https://codecov.io/gh/spacetelescope/stsci.stimage)

Provides `xyxymatch` and `geomap`.
