Repository Info: ---- Latest commit ----- commit 327575ae4dcce9c8656073e05ab8506834899687 Author: Sonia Otero Date: 2023-10-26 - raw2scinc: a) Upgrade NetCDF Java library to v. 5.5.3; resolved setting NaN as the fill value on netcdfs. b) Produce a RAW_1Hz file unfiltered and a RAW_FILTERED_1Hz file, which records NaNs if values exceed established min/max ranges. c) Load the setup files for SST and AOCSFMR algorithms synchronously in the main thread; it was a bug to load them in a separate thread. d) Introduce DiffNetCDF.java, which compares the set of variables from a 1Hz netcdf against a second netcdf; aimed for comparing two 1HZ netcdfs (real-time, RAW*1Hz). Produces a netcdf with the result (variable1 - variable2) for each second, and a log file with the quantities that diverged and their overall minimum/maximum amount of difference. - replayFlight: Due to upgrade of NetCDF Java library, convert obsoleted methods to new API. ------------------- -----Branch used -------------- ## dev ?? scripts/restart_avaps_rds ?? scripts/restart_novatel_rds ?? scripts/restart_sea_rds ?? scripts/restart_sfmr_rds -------------------