diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-05-27 17:11:55 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-05-27 17:11:55 +0800 |
commit | e9bc2a7758de611f75eb53781af809e91af01189 (patch) | |
tree | 9ed7859c02cb485260263b299f025599f712a53b /setup.py | |
parent | c121abe97ec4141400b9adcacb69589f06ce9be1 (diff) | |
download | fg21sim-e9bc2a7758de611f75eb53781af809e91af01189.tar.bz2 |
Add bin/get-healpix-patch: extract patch from HEALPix mapv0.4.2
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2016 Weitian LI <liweitianux@live.com> +# Copyright (c) 2016-2017 Weitian LI <weitian@aaronly.me> # MIT license # # References: @@ -77,12 +77,13 @@ setup( zip_safe=False, scripts=[ "bin/fg21sim", + "bin/fg21sim-download-cluster-data", + "bin/fg21sim-download-snr-data", "bin/fg21sim-webui", + "bin/get-healpix-patch", "bin/healpix2hpx", "bin/hpx2healpix", "bin/zea2healpix", - "bin/fg21sim-download-snr-data", - "bin/fg21sim-download-cluster-data", ], install_requires=[ "numpy", |