Reproject astronomical images
Project Links
Meta
Author: Christoph Deil, Adam Ginsburg
Requires Python: >=3.10
Classifiers
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

Nov 19, 2024
0.14.1
Jul 26, 2024
0.14.0
Apr 05, 2024
0.13.1
Nov 20, 2023
0.13.0
Sep 07, 2023
0.12.0
May 19, 2023
0.11.0
Jan 30, 2023
0.10.0
Nov 02, 2022
0.9.1
Sep 02, 2022
0.9
Aug 11, 2021
0.8
May 29, 2020
0.7.1
Apr 02, 2020
0.7
Nov 01, 2019
0.6
Sep 01, 2019
0.5.1
Jun 13, 2019
0.5
Jan 29, 2018
0.4
Oct 22, 2017
0.3.2
Jul 07, 2016
0.3.1
Jul 06, 2016
0.3
Oct 29, 2015
0.2
May 07, 2015
0.1
Wheel compatibility matrix
Files in release
Extras:
Dependencies:
(>=1.23)
numpy
(>=5.0)
astropy
(>=1.0)
astropy-healpix
(>=1.9)
scipy
(>=2021.8)
dask[array]