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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -103,6 +103,8 @@ class WSCleanOptions(BaseOptions):
"""Enable multiscale deconvolution"""
multiscale_scale_bias: float=0.75
"""Multiscale bias term"""
multiscale_gain: Optional[float] =None
"""Size of step made in the subminor loop of multi-scale. Default currently 0.2, but shows sign of instability. A value of 0.1 might be more stable."""