Skip to content

Commit

Permalink
Remove unneeded obs_match_ratio field
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonbb committed Nov 19, 2024
1 parent 242b355 commit f0e548d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/kbmod/filters/known_object_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def __init__(
matcher_name,
sep_thresh=1.0,
time_thresh_s=600.0,
match_obs_ratio=0.5,
mjd_col="mjd_mid",
ra_col="RA",
dec_col="DEC",
Expand Down Expand Up @@ -98,7 +97,6 @@ def __init__(
self.matcher_name = matcher_name
self.sep_thresh = sep_thresh * u.arcsec
self.time_thresh_s = time_thresh_s
self.match_obs_ratio = match_obs_ratio

# Pre-filter down our data to window of temporally relevant observations to speed up matching.
time_thresh_days = self.time_thresh_s / (24 * 3600) # Convert seconds to days
Expand Down

0 comments on commit f0e548d

Please sign in to comment.