Time vectors are saved inconsistently
In the current version, the write
function with standard parameters writes to file the time vector for both the physics_t
and telemetry_t
, but not for the measurement times. This is inconsistent and should be changed.
In the end, none of the time vectors actually have to be saved, since they can always be generated from the starting times + sampling rates, which should be saved as attributes.