About Anaconda Help Download Anaconda

astropy / packages / reproject
Standard Python conda
0.14.2.dev3+g9e59a1cf

  • 74387 total downloads
  • Last upload: 3 days and 23 hours ago

Installers

Info: This package contains files in non-standard labels.
  • noarch v0.14.2.dev3+g9e59a1cf
  • osx-arm64 v0.14.0
  • osx-64 v0.14.0
  • win-64 v0.14.0
  • linux-64 v0.14.0
  • linux-aarch64 v0.14.0
  • linux-ppc64le v0.14.0
  • win-32 v0.4

pip install

To install this package run one of the following:
pip install -i https://pypi.anaconda.org/astropy/simple reproject
pip install -i https://pypi.anaconda.org/astropy/label/openastronomy/simple reproject

conda install

To install this package run one of the following:
conda install astropy::reproject
conda install astropy/label/openastronomy::reproject

Description

|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 <http://www.astromatic.net/software/swarp>), by the adaptive and anti-aliased algorithm of DeForest (2004) <https://doi.org/10.1023/B:SOLA.0000021743.24248.b0>, and by finding the exact overlap between pixels on the celestial sphere (like Montage <http://montage.ipac.caltech.edu/index.html>). It can also reproject to/from HEALPIX projections by relying on the astropy-healpix <https://github.com/astropy/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


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy