dirac-institute / kbmod

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

Pass additional metadata to WorkUnit #740

Closed jeremykubica closed 6 days ago

jeremykubica commented 1 week ago

Extract arbitrary metadata from the standardizer's standardizeMetadata() function and save it to the WorkUnit. If the meta data is not present for that standardizer, this will just fill in None. By default we extract "visit" and "filter".

jeremykubica commented 6 days ago

Closing as this was largely replaced by #742