Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: obs_cfht
-
Labels:
-
Story Points:1
-
Team:Alert Production
Description
The fields of the observation date and time as stored in the CFHT-LS headers are not padded with zeros. This makes the sqlite DATETIME constructor return a NULL string when the observation time is < 10hrs.
The fix is to force the fields to be padded when the metadata from the input files are ingested.
Russell, can you take this? It is very small (3 lines).