From d33aa75363b046cafb1a66937f909dc40483ea36 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Thu, 7 May 2015 12:18:50 +0200 Subject: [PATCH] Fixed link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdd346d58..13e86a53f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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](http://www.astromatic.net/software/swarp)), as well as by finding the exact overlap between pixels on the celestial sphere (like [Montage](http://montage.ipac.caltech.edu/index.html)). It can also reproject to/from HEALPIX projections by relying on the [healpy](https://github.com/healpy/healpy) package. -For more information, including on how to install the package, see http://healpy.readthedocs.org +For more information, including on how to install the package, see http://reproject.readthedocs.org Status ======