Skip to content

Commit

Permalink
added multiscale_gain to WSCleanOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Nov 4, 2024
1 parent dd985b1 commit 769eac6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flint/imager/wsclean.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 769eac6

Please sign in to comment.