dirac-institute / kbmod

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

Allow empty values in IC #695

Closed DinoBektesevic closed 2 months ago

DinoBektesevic commented 2 months ago

Allow some values in columns to be empty strings, or their equivalent falsy values. This is not a good fix because autocasting rules sometimes could cast the column as masked column, but required for the data that was processed with the different stack version. The fix is to set a default non-falsy value in the ButlerStandardizers for the properties that the new stack versions may return as None or "" when using an older stack version.

Blocked by https://github.com/dirac-institute/kbmod/pull/694