Image and cube reprojection (resampling)#

The reproject package implements reprojection (resampling) methods for astronomical images, spectral cubes, and other n-dimensional data. These assume that the WCS information contained in the data are correct. This package does not do image registration, which is the process of aligning images where one or more images may have incorrect or missing WCS.

The main features of reproject are:

You can install reproject with pip:

pip install reproject

or with conda:

conda install -c conda-forge reproject

Tutorials#

How-to guides#

Explanation#

Reference#