Open eleanorfrajka opened 3 weeks ago
First check whether over the course of a mission, any of the parameters change. If they do, then the variables (e.g., 'hd_a') will need to be stored as a variable of length 'N_MEASUREMENTS'. Otherwise, they can be stored as a single variable (no dimension) per mission.
These are currently separated from individual basestation files in the
sg_cal
output fromconvertOG1.extract_variables()
. This returns any variable from the original basestationp015XXXX_YYYYMMDD.nc
file which starts withsg_cal
and includes things likehd_a
andvolmax
andmass
which would be needed to recalculate flight models.