Skip to main content

Projection of Healpix maps onto a planar grid

Project description

Latest Version License Wheels Format pyversions Master Build Master Coverage

HealPixProjection is a project to allow easy and efficient projection of healpix maps onto planar grids. It can be used as a standalone program cutsky

$ cutsky 0.0 0.0 --mapfilenames HFI_SkyMap_857_2048_R2.00_full.fits

or as a python module

from hpproj import cutsky
result = cutsky([0.0, 0.0], maps={'Planck 857':
                                  {'filename': 'HFI_SkyMap_857_2048_R2.00_full.fits'}
                                  } )

Features

  • Galactic and equatorial system supported

  • All projection system from wcslib

  • Project several healpix maps at once, efficiently !

  • Output in fits, png or votable for the central point source photometry

Installation

Install hpproj using pip :

$ pip install hpproj

or by running setuptools on source

$ python setup.py install

Contribute

Support

If you are having issues, please let us know.

License

This project is licensed under the LGPL+3.0 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hpproj-0.3.3.tar.gz (13.2 kB view hashes)

Uploaded Source

Built Distribution

hpproj-0.3.3-py2.py3-none-any.whl (15.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page