diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-10 15:56:40 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-10 15:56:40 +0800 |
commit | bd9dcc11aa307c9fd8e72da4151923a283121670 (patch) | |
tree | 17919dec5fea73ad2efd583df517fdc2c662f0a8 /setup.py | |
parent | 2d1bd712c8efed8222c95371adec85bc69100439 (diff) | |
download | fg21sim-bd9dcc11aa307c9fd8e72da4151923a283121670.tar.bz2 |
Add excutable script "bin/zea2healpix"
The script takes the two ZEA-projected FITS images, reproject them to
the full-sky HEALPix map in Galactic frame with RING ordering.
TODO:
* Add argument "--inpaint" after implement the inpainting function.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ setup( "bin/fg21sim", "bin/healpix2hpx", "bin/hpx2healpix", + "bin/zea2healpix", ], install_requires=[ "numpy", |