Skip to content

Commit

Permalink
Remove unused configs (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Nov 9, 2024
1 parent c2b37a6 commit e294083
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions axidence/plugins/pairing/peaks_paired.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,6 @@ class PeaksPaired(ExhaustPlugin, DownChunkingPlugin):
default=2, type=int, help="Minimum tight coincidence necessary to make an S1"
)

s2_area_range = straxen.URLConfig(
default=(1e2, 2e4),
type=(list, tuple),
help="Range of S2 area in salting",
)

s2_distribution = straxen.URLConfig(
default="exponential",
type=str,
help="S2 distribution shape in salting",
)

apply_shadow_matching = straxen.URLConfig(
default=True,
type=bool,
Expand Down

0 comments on commit e294083

Please sign in to comment.