Skip to content

Commit

Permalink
lowered default search size
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Aug 13, 2024
1 parent ecbf47d commit 2bfcb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flint/leakage.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class LeakageFilters(NamedTuple):
"""The upper limit on acceptable int/peak ratios"""
lower_int_peak_ratio: float = 0.8
"""The lower limit on acceptable int/peak ratios"""
search_box_size: int = 4
search_box_size: int = 1
"""The size of a box to search for peak polarised signal in"""
noise_box_size: int = 30
"""the size of a box to compute a local RMS noise measure from"""
Expand Down

0 comments on commit 2bfcb43

Please sign in to comment.