Skip to content

astropy/reproject

Folders and files

NameName
Last commit message
Last commit date
Jan 1, 2025
Jun 14, 2024
Oct 11, 2024
Apr 2, 2020
Jan 6, 2025
Feb 28, 2024
Nov 25, 2024
Apr 2, 2020
Oct 19, 2023
May 21, 2022
Dec 7, 2023
Oct 3, 2024
Jul 25, 2024

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

screenshot