diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-09-29 18:54:34 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-09-29 18:54:34 +0800 |
commit | 8d9339d501162583232ddc16ddab48bd55349069 (patch) | |
tree | 0ad76e3860c9fb2bf2c0f2565acc2ab4b9e0b774 /bin/fg21sim-download-data | |
parent | 639a09bdf5c7580da96438bb282a1ddf1c8539a8 (diff) | |
download | fg21sim-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-x | bin/fg21sim-download-data | 10 |
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") |