From 6c3a6c4ab5ca22ef5cbcf643691d5f4d49574ab7 Mon Sep 17 00:00:00 2001 From: Sam Van Kooten Date: Tue, 3 Dec 2024 18:13:56 -0600 Subject: [PATCH] Change despike settings --- punchbowl/level1/flow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/punchbowl/level1/flow.py b/punchbowl/level1/flow.py index 79a47df9..1c4398e6 100644 --- a/punchbowl/level1/flow.py +++ b/punchbowl/level1/flow.py @@ -51,9 +51,9 @@ def level1_core_flow( read_noise_level: float = 17, bitrate_signal: int = 16, quartic_coefficient_path: str | pathlib.Path | None = None, - despike_unsharp_size: int = 3, + despike_unsharp_size: int = 2, despike_method: str = "median", - despike_alpha: float = 3.0, + despike_alpha: float = 30, despike_dilation: int = 0, exposure_time: float = 49 * 1000, readout_line_time: float = 163/2148,