diff options
author | Aaron LI <aly@aaronly.me> | 2018-03-20 20:31:28 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-20 20:31:28 +0800 |
commit | cc6cc01713016e5bca7a72a739836757ab01f728 (patch) | |
tree | ce19850aa5644d01e16272b920695bfcf1d31554 /astro/oskar/wsclean.py | |
parent | 327a519a234629c547fff704b36a8f537a325e0e (diff) | |
download | atoolbox-cc6cc01713016e5bca7a72a739836757ab01f728.tar.bz2 |
astro/wsclean.py: Update WSClean parameters
Diffstat (limited to 'astro/oskar/wsclean.py')
-rwxr-xr-x | astro/oskar/wsclean.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/oskar/wsclean.py b/astro/oskar/wsclean.py index 05953fa..cdd21ba 100755 --- a/astro/oskar/wsclean.py +++ b/astro/oskar/wsclean.py @@ -187,7 +187,7 @@ def main(): cmdargs += ["-scale", "{0}asec".format(args.pixelsize)] if args.fit_spec_order: - cmdargs += ["-joinchannels", "-channelsout", nms, + cmdargs += ["-join-channels", "-channels-out", nms, "-fit-spectral-pol", args.fit_spec_order+1] if args.update_model: |