We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ea3c1 commit 4788b58Copy full SHA for 4788b58
PyFHD/gridding/gridding_utils.py
@@ -300,7 +300,7 @@ def dirty_image_generate(
300
logger: Logger,
301
uniform_filter_uv: NDArray[np.float64] | None = None,
302
mask: NDArray[np.integer] | None = None,
303
- baseline_threshold: int | float = 0,
+ baseline_threshold: int | float | None = None,
304
normalization: float | NDArray[np.float64] | None = None,
305
resize: int | None = None,
306
width_smooth: int | float | None = None,
@@ -330,7 +330,7 @@ def dirty_image_generate(
330
mask : NDArray[np.integer] | None, optional
331
A 2D {u,v} mask to apply before image creation, by default None
332
baseline_threshold : int | float, optional
333
- The maximum baseline length to include in units of pixels, by default 0
+ The maximum baseline length to include in units of pixels, default None
334
normalization : float | NDArray[np.float64] | None, optional
335
A value by which to normalize the image by, by default None
336
resize : int | None, optional
0 commit comments