Reproject
July 23, 2026 ยท View on GitHub
Implementation in Julia of the reproject package by Thomas Robitaille, part of the Astropy project.
This package can be used to reproject Astronomical Images from one world coordinate to another. By reproject we mean re-gridding of images using interpolation (i.e changing the pixel resolution, orientation, coordinate system).
Quickstart
pkg> add Reproject
julia> using Reproject
julia> result, footprint = reproject(input_data, output_projection)
Applications
See AstroImages.jl for an example of using this package with astronomical images (e.g., FITS, WCS, and plotting support).
License
The reproject package is released under the terms of the BSD 3-Clause "New" or "Revised" License. The Reproject.jl package received written permission to be released under the MIT "Expat" License.