Skip to content

Commit

Permalink
fit spectral pols is Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Nov 1, 2024
1 parent dc1387b commit dd985b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flint/imager/wsclean.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class WSCleanOptions(BaseOptions):
400,
)
"""Scales used for multi-scale deconvolution"""
fit_spectral_pol: int = 2
fit_spectral_pol: Optional[int] = None
"""Number of spectral terms to include during sub-band subtraction"""
weight: str = "briggs -0.5"
"""Robustness of the weighting used"""
Expand Down

0 comments on commit dd985b1

Please sign in to comment.