From b4b728bfccd8840fa98a5b2940906dfd5249099c Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sat, 17 Dec 2016 21:07:21 +0100 Subject: [PATCH] Migrated healpix documentation from trac --- docs/source/projections/healpix.rst | 49 +++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/docs/source/projections/healpix.rst b/docs/source/projections/healpix.rst index 093ae968f8..3e2b415284 100644 --- a/docs/source/projections/healpix.rst +++ b/docs/source/projections/healpix.rst @@ -3,8 +3,53 @@ ******************************************************************************** HEALPix ******************************************************************************** ++---------------------+----------------------------------------------------------+ +| **Classification** | Mixed | ++---------------------+----------------------------------------------------------+ +| **Available forms** | Forward and inverse, spherical and elliptical projection | ++---------------------+----------------------------------------------------------+ +| **Defined area** | Global | ++---------------------+----------------------------------------------------------+ +| **Implemented by** | Alex Raichev and Michael Speth | ++---------------------+----------------------------------------------------------+ +| **Options** | ++---------------------+----------------------------------------------------------+ +| `No special options for this projection` | ++---------------------+----------------------------------------------------------+ -.. image:: ./images/healpix.png +.. image:: ../../images/healpix.png :scale: 50% - :alt: HEALPix + :alt: HEALPix + +The HEALPix projection is area preserving and can be used with a spherical and +ellipsoidal model. It was initially developed for mapping cosmic background +microwave radiation. The image below is the graphical representation of the +mapping and consists of eight isomorphic triangular interrupted map graticules. +The north and south contains four in which straight meridians converge polewards +to a point and unequally spaced horizontal parallels. HEALPix provides a mapping +in which points of equal latitude and equally spaced longitude are mapped to points +of equal latitude and equally spaced longitude with the module of the polar +interruptions. + + +Usage +############################################################################### + +To run a forward HEALPix projection on a unit sphere model, use the following command:: + + proj +proj=healpix +lon_0=0 +a=1 -E <`_ +#. `Wikipedia `_ + + + +