//////////////////////////////////////////////////////////////////// // // PURPOSE: List of logging parameters // // vehicle-specific configuration is *in addition to* general configuration, unless explicitly overridden // //////////////////////////////////////////////////////////////////// /// Engineering data // logExpress linearApproximation depth 5.000000 meter; // logExpress linearApproximation latitude 0.005000 angular_degree; // logExpress linearApproximation longitude 0.005000 angular_degree; logExpress linearApproximation Tracking.range_to_contact 10 meter; /// Science settings for 2018 summer CANON // logExpress linearApprox CTD_NeilBrown.bin_mean_sea_water_salinity 0.02 psu; logExpress linearApprox CTD_NeilBrown.bin_mean_sea_water_temperature 0.15 kelvin; logExpress linearApprox CTD_Seabird.bin_median_sea_water_salinity 0.02 psu; logExpress linearApprox CTD_Seabird.bin_median_sea_water_temperature 0.15 kelvin; logExpress linearApprox WetLabsBB2FL.bin_mean_mass_concentration_of_chlorophyll_in_sea_water 0.1 ug/l; /// overrides of variables in Config/logger.cfg (i.e., to cancel them being sent) // logExpress none CANONSampler.sample_number; // logExpress none CANONSampler.sampling; // logExpress none StratificationFrontDetector.count; // logExpress none StratificationFrontDetector.front; // logExpress none Tracking.azimuth_to_contact_vehicleFrame; // logExpress none Tracking.heading_to_contact; // logExpress none VerticalTemperatureHomogeneityIndexCalculator.vertical_temperature_homogeneity_index; logExpress none mass_concentration_of_chlorophyll_in_sea_water; logExpress none sea_water_salinity; logExpress none sea_water_temperature; /// data from Benthos DAT during homing/docking tests logNormal all DAT.AGC; logNormal all DAT.LVL1; logNormal all DAT.LVL2; logNormal all DAT.LVL3; logNormal all DAT.LVL4; logNormal all DAT.azimuth_vehicleFrame; logNormal all DAT.elevation_vehicleFrame; logNormal all DAT.range; logNormal all Tracking.heading_to_contact; logNormal all Tracking.range_to_contact;