aboutsummaryrefslogtreecommitdiffstats
path: root/astro/oskar/wsclean.py
diff options
context:
space:
mode:
Diffstat (limited to 'astro/oskar/wsclean.py')
-rwxr-xr-xastro/oskar/wsclean.py3
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",