You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running pyxis with WSclean v1.12 issue an error when trying to run wsclean command along with its default options.
It failed because since WSClean version 1.11 "-makepsf" has become "-make-psf"
From what I see from the pyxide wsclean.py, the latest accommodated version is 1.9.
at L.40 "_wsclean_known_args" needs to be altered to take into account this change.
and possible L.196 where the keyword "makepsf" is used.
All additions from version >1.9 can also be included but are not blocking (so far).
The text was updated successfully, but these errors were encountered:
JulienNGirard
changed the title
Accommodating for latest WSClean versions >1.9 (wsclean error cause by -makepsf -> -make-psf since v1.11)
Accommodating for latest WSClean versions >1.9 (wsclean error caused by -makepsf -> -make-psf since v1.11)
Jul 19, 2016
Running pyxis with WSclean v1.12 issue an error when trying to run wsclean command along with its default options.
It failed because since WSClean version 1.11 "-makepsf" has become "-make-psf"
see:
https://sourceforge.net/p/wsclean/wiki/Changelog-1.11/
From what I see from the pyxide wsclean.py, the latest accommodated version is 1.9.
at L.40 "_wsclean_known_args" needs to be altered to take into account this change.
and possible L.196 where the keyword "makepsf" is used.
All additions from version >1.9 can also be included but are not blocking (so far).
The text was updated successfully, but these errors were encountered: