Open JulienNGirard opened 8 years ago
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).
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).