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.6.0.tar.gz
(15.2 kB
view hashes)
Built Distribution
hpproj-0.6.0-py2.py3-none-any.whl
(18.4 kB
view hashes)
Close
Hashes for hpproj-0.6.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31547f0da4efc832908964cfd2de2d0880c6ae3624259fc61ad7d0ca7580f398 |
|
MD5 | 4df5ae1b108f30d5b9fdd51383899f71 |
|
BLAKE2b-256 | 448b941ad861e5fc38d4ac1d87c6225204ada4345d46ba278ff1b09db181718e |