B612-Asteroid-Institute / precovery

Fast precovery of small body observations at scale
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Make window_size a search parameter #7

Closed moeyensj closed 2 years ago

moeyensj commented 2 years ago

If the window size doesn't affect the underlying data structure of the precovery binary files and the index database, then exposing the window_size parameter to the precovery function would be useful to allow tuning while running precovery searches.

Basically adding a keyword argument here: https://github.com/B612-Asteroid-Institute/precovery/blob/master/precovery/precovery_db.py#L78