diff options
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", |