Projection of Healpix maps onto a planar grid
Project description
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
Release history Release notifications | RSS feed
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.8.0.tar.gz
(19.9 kB
view hashes)
Built Distribution
hpproj-0.8.0-py2.py3-none-any.whl
(25.4 kB
view hashes)
Close
Hashes for hpproj-0.8.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5db6af5f31466f7cc4a1a88973de784da43cd821d52c53003c7cd1adc888a19 |
|
MD5 | f48d6f77b7ccf60542430b8e605d9cdc |
|
BLAKE2b-256 | 68f0a38aba65c559b7af9e73ea1525ce76c0fb58124da6aeb584893ee91ca614 |