From 8d9339d501162583232ddc16ddab48bd55349069 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 29 Sep 2016 18:54:34 +0800 Subject: 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 --- bin/fg21sim-download-data | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bin/fg21sim-download-data (limited to 'bin/fg21sim-download-data') 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 +# MIT license + +""" +Download the required data (e.g., template maps) for simulations. +""" + +raise NotImplementedError("TODO") -- cgit v1.2.2