aboutsummaryrefslogtreecommitdiffstats
path: root/astro/oskar
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-03-20 20:31:28 +0800
committerAaron LI <aly@aaronly.me>2018-03-20 20:31:28 +0800
commitcc6cc01713016e5bca7a72a739836757ab01f728 (patch)
treece19850aa5644d01e16272b920695bfcf1d31554 /astro/oskar
parent327a519a234629c547fff704b36a8f537a325e0e (diff)
downloadatoolbox-cc6cc01713016e5bca7a72a739836757ab01f728.tar.bz2
astro/wsclean.py: Update WSClean parameters
Diffstat (limited to 'astro/oskar')
-rwxr-xr-xastro/oskar/wsclean.py2
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: