NimSed / reproject

Python-based Astronomical image reprojection :milky_way: - maintainer @astrofrog

Home Page:https://reproject.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python-based Astronomical image reprojection :milky_way: - maintainer @astrofrog

https://reproject.readthedocs.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 77.8%Language:C 12.2%Language:Cython 10.0%