dirac-institute / kbmod

KBMOD (Kernel-Based Moving Object Detection)
BSD 2-Clause "Simplified" License
46 stars 14 forks source link

Add more output and debugging options for Results #601

Closed jeremykubica closed 6 months ago

jeremykubica commented 6 months ago

Add more outputting and debugging options, including:

1) Allow the Results data structure to save and load individual columns. This is used when a column may be large and the user does not want to include it in the main table. For example we often remove the "all_stamps" column when saving the data into a table. This way we can write it into its own file and later load/join it.

2) Provide a remove_column() function that checks for required columns.

3) Add a function to save the filtered_stats data in human readable form.