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
The auto masking functionality seems to be completely implemented in C++ with the only access available through deconvolve/tclean (see below). This functionality is needed outside of these tasks. It would be nice to implement this as a stand-alone tool (since casa tools can use other casa tools) or provide an API in Python which allows for running the automasking routines (even if the implementation just uses the deconvolve task underneath).
This is not needed for iclean, but it is needed to allow for automasking in a stand-alone createmask task based on the iclean GUI framework.
The auto masking functionality seems to be completely implemented in C++ with the only access available through deconvolve/tclean (see below). This functionality is needed outside of these tasks. It would be nice to implement this as a stand-alone tool (since casa tools can use other casa tools) or provide an API in Python which allows for running the automasking routines (even if the implementation just uses the
deconvolve
task underneath).This is not needed for
iclean
, but it is needed to allow for automasking in a stand-alonecreatemask
task based on theiclean
GUI framework.The text was updated successfully, but these errors were encountered: