aboutsummaryrefslogtreecommitdiffstats
path: root/bin/fg21sim-download-data
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-09-29 18:54:34 +0800
committerAaron LI <aaronly.me@outlook.com>2016-09-29 18:54:34 +0800
commit8d9339d501162583232ddc16ddab48bd55349069 (patch)
tree0ad76e3860c9fb2bf2c0f2565acc2ab4b9e0b774 /bin/fg21sim-download-data
parent639a09bdf5c7580da96438bb282a1ddf1c8539a8 (diff)
downloadfg21sim-8d9339d501162583232ddc16ddab48bd55349069.tar.bz2
Add logging support for "healpix2hpx" & "hpx2healpix"
* Argument "--log" control the log level * Argument "--logfile" to log the messages to file * Argument "--quiet" to disable logging messages to screen
Diffstat (limited to 'bin/fg21sim-download-data')
-rwxr-xr-xbin/fg21sim-download-data10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/fg21sim-download-data b/bin/fg21sim-download-data
new file mode 100755
index 0000000..db432f0
--- /dev/null
+++ b/bin/fg21sim-download-data
@@ -0,0 +1,10 @@
+#!/usr/bin/env python3
+#
+# Copyright (c) 2016 Weitian LI <liweitianux@live.com>
+# MIT license
+
+"""
+Download the required data (e.g., template maps) for simulations.
+"""
+
+raise NotImplementedError("TODO")