// // PURPOSE: Trigger the first two on minimum fluorescence threshold and outlier // rejection only. Trigger the rest using the peak detection algorithm. // // AUTHORS: 1) Yanwu and Rob; 2 October 2009 // // Omitting a threshold shuts it off. // // For outlier rejection, there must be ngood samples (that pass the // threshold tests) out of the last nsamples to trigger a gulp. // flag_PTL_INL = 2; // 0 = Phytoplankton Thin Layer (PTL); 1 = Intermediate Nepheloid Layer (INL); 2 = Oil spilled water column flag_ClosenessOfTwoCrossings = 0; // Whether requiring closeness of the 1st and 2nd crossings. 0 = No; 1 = Yes. //ratio_pktrigs_ctrltrigs = 4; // One control-triggering after every 4th peak-triggering. ratio_pktrigs_ctrltrigs = 99; // No control-triggering. len_window_full = 20; //timewindow_peakbaseline = 3600.0; // Seconds timewindow_peakbaseline = 1200.0; // Seconds alpha_fl = 1.0; alpha_bb = 1.0; delta_dep = 0.5; // Meters delta_fl_bb_rise = 1.0e-4; // Raw fl676, or bb470, or bb676 measurement delta_fl_bb_drop = 1.0e-4; // Raw fl676, or bb470, or bb676 measurement depmin_excluded = 950.0; depmax_excluded = 2000.0; peakDetection2 = 1; timelockout2 = 10.0; // Seconds peakDetection6 = 1; timelockout6 = 10.0; // Seconds peakDetection9 = 1; timelockout9 = 10.0; // Seconds