booleanclean_video=clt_parameters.imp.cuas_clean_video;//true;// save video without any debug information for targets, output in TIFF files. False - same output for video and TIFFs
booleanclean_video=clt_parameters.imp.cuas_clean_video;//true;// save video without any debug information for targets, output in TIFF files. False - same output for video and TIFFs
...
@@ -6519,11 +6520,6 @@ public class CuasMotion {
...
@@ -6519,11 +6520,6 @@ public class CuasMotion {
doublefat_zero=clt_parameters.imp.cuas_fat_zero;
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_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
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