Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.56 KB

File metadata and controls

31 lines (18 loc) · 1.56 KB

Reproject

Stable Dev

Test codecov

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.

The authors of this package are aquatiko and giordano.