doublelma_rms=clt_parameters.imp.cuas_lma_rms;// = 1.5; // Maximal RMS, regardless of amplitude
doublelma_arms=clt_parameters.imp.cuas_lma_arms;// = 0.06; // Maximal absolute RMS, sufficient for any amplitude
doublelma_rrms=clt_parameters.imp.cuas_lma_rrms;// = 0.15; // Maximal relative to A rms. OK is when (RMS < cuas_lma_arms) || (RMS < cuas_lma_rrms * A)
doublelma_mina=clt_parameters.imp.cuas_lma_mina;// = 1.0; // Minimal A (amplitude)
doublefat_zero=clt_parameters.imp.cuas_fat_zero;
doublelmax_fraction=clt_parameters.imp.cuas_lmax_fraction;// 0.7; // Check if local maximum is separated from tye surrounding by this fraction of the maximum value
doublelmax_hack_ridge=clt_parameters.imp.cuas_lmax_hack_ridge;// 0.45; // Hack for ridges: remove horizontal streaks, where average(abs()) for the line exceeds fraction of abs max 0.32-good, 0.55 - bad
// double lmax_flt_neglim= clt_parameters.imp.cuas_lmax_flt_neglim; // -0.3; // limit negative data to reduce ridge influence (make -10 to disable)
// double lmax_flt_hsigma = clt_parameters.imp.cuas_lmax_flt_hsigma; // 1.0 // HPF (~UM) subtract GB with this sigma from the data tile
// double lmax_flt_lsigma = clt_parameters.imp.cuas_lmax_flt_lsigma; // 1.0 // LPF - GB result of the previous subtraction