-
Notifications
You must be signed in to change notification settings - Fork 0
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
-continue keyword in wsclean does not work in stimela? #23
Comments
Same as last time, if some keyword is missing, you can temporarily add it like so: cabs:
wsclean:
inputs:
continue:
dtype: bool |
yes, thats what I did here, like this, but it continues with the same error cabs:
wsclean:
inputs:
wgridder-accuracy:
dtype: float
continue:
dtype: bool |
Ah wait cabs:
wsclean:
inputs:
do_continue:
dtype: bool
nom_de_guerre: continue ...and use |
Okay, its working now, thanks. |
Hi @o-smirnov . There's a wsclean parameter called
-continue
that we can use to continue a previous deconvolution run, and -reuse-psf
and-reuse-dirty
to skip imaging of those two and directly clean existing images, but it does not work in stimela, I've added it to a cab as you recommended before for the-wgridder-accuracy
parameter but still returning an error:How I can deal with it?
The text was updated successfully, but these errors were encountered: