https://github.com/astropy/reproject
Python-based Astronomical image reprojection :milky_way: - maintainer @astrofrog
https://github.com/astropy/reproject
Last synced: about 1 year ago
JSON representation
Python-based Astronomical image reprojection :milky_way: - maintainer @astrofrog
- Host: GitHub
- URL: https://github.com/astropy/reproject
- Owner: astropy
- License: bsd-3-clause
- Created: 2013-05-12T10:32:54.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T16:27:52.000Z (over 1 year ago)
- Last Synced: 2025-03-31T16:12:06.309Z (over 1 year ago)
- Language: Python
- Homepage: https://reproject.readthedocs.io
- Size: 21.9 MB
- Stars: 112
- Watchers: 19
- Forks: 67
- Open Issues: 66
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
|Docs| |PyPI| |Build Status| |CI Status| |Coverage Status| |Powered by Astropy Badge|
About
=====
The `reproject` package is a Python package to reproject astronomical
images using various techniques via a uniform interface. By
*reprojection*, we mean the re-gridding of images from one world
coordinate system to another (for example changing the pixel resolution,
orientation, coordinate system). Currently, we have implemented
reprojection of celestial images by interpolation (like
`SWARP `__), by the adaptive and
anti-aliased algorithm of `DeForest (2004)
`_, and by finding the
exact overlap between pixels on the celestial sphere (like `Montage
`__). It can also reproject to/from
HEALPIX projections by relying on the `astropy-healpix
`__ package.
For more information, including on how to install the package, see
https://reproject.readthedocs.io
.. figure:: https://github.com/astrofrog/reproject/raw/master/docs/images/index-4.png
:alt: screenshot
.. |Docs| image:: https://readthedocs.org/projects/reproject/badge/?version=latest
:target: https://reproject.readthedocs.io/en/latest/?badge=latest
.. |PyPI| image:: https://img.shields.io/pypi/v/reproject.svg
:target: https://pypi.python.org/pypi/reproject
.. |Build Status| image:: https://dev.azure.com/astropy-project/reproject/_apis/build/status/astropy.reproject?branchName=main
:target: https://dev.azure.com/astropy-project/reproject/_build/latest?definitionId=3&branchName=main
.. |CI Status| image:: https://github.com/astropy/reproject/workflows/CI/badge.svg
:target: https://github.com/astropy/reproject/actions
.. |Coverage Status| image:: https://codecov.io/gh/astropy/reproject/branch/main/graph/badge.svg
:target: https://codecov.io/gh/astropy/reproject
.. |Powered by Astropy Badge| image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
:target: https://astropy.org