From bbf790267d5cbc3407f8464a328d26e2bf69a2bf Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 27 Nov 2017 22:51:13 +0800 Subject: astro/calc_psd.py: Improve plot style and minor cleanups --- astro/oskar/wsclean.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'astro/oskar') diff --git a/astro/oskar/wsclean.py b/astro/oskar/wsclean.py index eeceb22..383510d 100755 --- a/astro/oskar/wsclean.py +++ b/astro/oskar/wsclean.py @@ -76,7 +76,8 @@ def main(): "in a quoted string separated by space, e.g.," + "' -simulate-noise 0.001' (NOTE the beginning space!)") parser.add_argument("-d", "--dirty", dest="dirty", action="store_true", - help="only create dirty images (by setting niter=0)") + help="only create the dirty image by overriding " + + "--niter to 0") parser.add_argument("-n", "--dry-run", dest="dryrun", action="store_true", help="do not actually run WSClean") parser.add_argument("--update-model", dest="update_model", -- cgit v1.2.2