diff options
author | Aaron LI <aly@aaronly.me> | 2017-11-27 22:51:13 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-11-27 22:51:13 +0800 |
commit | bbf790267d5cbc3407f8464a328d26e2bf69a2bf (patch) | |
tree | 900c2db9c1faa438c54d0ad4867d2410dfce9996 /astro/oskar | |
parent | c433da11b5b2ece5e9e6da70ae3b9d62a03bf786 (diff) | |
download | atoolbox-bbf790267d5cbc3407f8464a328d26e2bf69a2bf.tar.bz2 |
astro/calc_psd.py: Improve plot style and minor cleanups
Diffstat (limited to 'astro/oskar')
-rwxr-xr-x | astro/oskar/wsclean.py | 3 |
1 files changed, 2 insertions, 1 deletions
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", |