Skip to content

Commit

Permalink
Add a KBMOD results filter for matching "known objects" (#741)
Browse files Browse the repository at this point in the history
* Add filter for known objects

* Modify init with known object filter

* Clean up comments and tests

* Lint fixes

* Refactored to KnownObjsMatcher and added filters

* More refactoring and renaming

* Separate match vs obs_valid filters and clean up comments.

* Update test names and documentaiton

* Format

* Revert local change

* Remove blank line

* Address small comments

* Fix time filter unit conversion and testing

* Make obs_ratio and min_obs function parameters

* Remove unneeded obs_match_ratio field
  • Loading branch information
wilsonbb authored Nov 19, 2024
1 parent f910a3c commit 1aa7354
Show file tree
Hide file tree
Showing 3 changed files with 1,066 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/kbmod/filters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from . import (
clustering_filters,
known_object_filters,
sigma_g_filter,
stamp_filters,
)
Loading

0 comments on commit 1aa7354

Please sign in to comment.