Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accommodating for latest WSClean versions >1.9 (wsclean error caused by -makepsf -> -make-psf since v1.11) #81

Open
JulienNGirard opened this issue Jul 19, 2016 · 0 comments
Assignees

Comments

@JulienNGirard
Copy link

JulienNGirard commented 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).

@JulienNGirard 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
@SpheMakh SpheMakh self-assigned this Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants