aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/galactic/__init__.py
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-10-04 21:18:47 +0800
committerAaron LI <aaronly.me@outlook.com>2016-10-04 21:22:26 +0800
commitc3e2d564023c30271edbd7651ee3bd07e53ab9d8 (patch)
tree0b888000e37863c9570ee96027f7b8049ffe3ef5 /fg21sim/galactic/__init__.py
parent085cb258fccb039180e52c8934451673d68e963f (diff)
downloadfg21sim-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 'fg21sim/galactic/__init__.py')
-rw-r--r--fg21sim/galactic/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/fg21sim/galactic/__init__.py b/fg21sim/galactic/__init__.py
new file mode 100644
index 0000000..4fe2659
--- /dev/null
+++ b/fg21sim/galactic/__init__.py
@@ -0,0 +1,4 @@
+# Copyright (c) 2016 Weitian LI <liweitianux@live.com>
+# MIT license
+
+from .synchrotron import Synchrotron