dirac-institute / kbmod

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

Add ability to generate multiple coadds. #602

Closed jeremykubica closed 6 months ago

jeremykubica commented 6 months ago

Add the ability for KBMOD to generate multiple coadds (and do so without filtering). This is based on a request from Wes.

By using the coadds configuration parameter, the code can generate multiple coadds without filtering. These are put in columns named "coadd_{type}".

Also cleans up the code by removing redundant tests and cleans up some of the debug-level logging.