From 769eac6d64bf04cf9f4bc57c98fbbcd1ca868c6e Mon Sep 17 00:00:00 2001 From: tgalvin Date: Mon, 4 Nov 2024 16:52:31 +0800 Subject: [PATCH] added multiscale_gain to WSCleanOptions --- flint/imager/wsclean.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flint/imager/wsclean.py b/flint/imager/wsclean.py index 66eb712c..ce53f761 100644 --- a/flint/imager/wsclean.py +++ b/flint/imager/wsclean.py @@ -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.""" multiscale_scales: Tuple[int, ...] = ( 0, 15,