Currently when filling in the public metadata structure, we use floats for start_time_scet
, midtime_scet
, and end_time_scet
, but this may not be correct depending on the mission. Change to using string instead of floats and borrow the SCET handling library from OPUS to do the math.