Skip to content

Commit

Permalink
Merge pull request #338 from punch-mission/stars-arent-streaks
Browse files Browse the repository at this point in the history
Change despike settings
  • Loading branch information
jmbhughes authored Dec 5, 2024
2 parents 8552bb6 + 5432b1b commit 544b039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions punchbowl/level1/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 50,
despike_dilation: int = 0,
exposure_time: float = 49 * 1000,
readout_line_time: float = 163/2148,
Expand Down

0 comments on commit 544b039

Please sign in to comment.