diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-04 21:18:47 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-04 21:22:26 +0800 |
commit | c3e2d564023c30271edbd7651ee3bd07e53ab9d8 (patch) | |
tree | 0b888000e37863c9570ee96027f7b8049ffe3ef5 /setup.py | |
parent | 085cb258fccb039180e52c8934451673d68e963f (diff) | |
download | fg21sim-c3e2d564023c30271edbd7651ee3bd07e53ab9d8.tar.bz2 |
Add bin/fg21sim and some updates to galactic/synchrotron
* Add new executable "bin/fg21sim"
* galactic/synchrotron: update to use "configs.get_path()"
* galactic/synchrotron: create output dir if not exists
* galactic/synchrotron: add logging support
* galactic/synchrotron: append FITS extension to filename
* galactic/synchrotron: pass the basic test
TODO:
* "output()" needs fixes with the FITS header
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ setup( ], packages=find_packages(exclude=["docs", "tests"]), scripts=[ + "bin/fg21sim", "bin/healpix2hpx", "bin/hpx2healpix", ], |