dirac-institute / kbmod

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

Save metadata #742

Closed jeremykubica closed 3 days ago

jeremykubica commented 6 days ago

Save the metadata table as its own HDU (instead of saving each individual item in fits headers). This should simplify the addition of new metadata or the removal of unused metadata. This PR does not remove the ability to read the previous fits headers as we want to preserve compatibility with any saved data.

This also incorporates the changes from #740 to pass metadata from an ImageCollection to a WorkUnit. It current passes the visit field (as requested in #656).

Closes #410