publicdoublecuas_score_lma=1.6;// minimal score for the target LMA
publicdoublecuas_score_lma=1.6;// minimal score for the target LMA
publicdoublecuas_factor_lim=5.0;// limit each individual score factor
publicdoublecuas_factor_lim=5.0;// limit each individual score factor
publicdoublecuas_factor_pow=1.0;// raise score factor to this power before combining
publicdoublecuas_factor_pow=1.0;// raise score factor to this power before combining
publicdouble[]cuas_score_coeff={1.0,0.05,0.7,1.5,2.0,1.0,1.0};//weights of amplitude, RMSE and RMSE/amplitude, center, mismatch, match_length, travel
publicdouble[]cuas_score_coeff={1.0,0.05,0.7,1.5,2.0,1.0,1.0,1.0};//weights of amplitude, RMSE and RMSE/amplitude, center, mismatch, match_length, travel, motion score
publicbooleancuas_center_targ=true;// re-run target extraction with targets centered to their tiles
publicbooleancuas_center_targ=true;// re-run target extraction with targets centered to their tiles
publicbooleancuas_multi_targ=true;// Use multi-target for each tile mode
publicbooleancuas_multi_targ=true;// Use multi-target for each tile mode
...
@@ -2969,7 +2969,7 @@ min_str_neib_fpn 0.35
...
@@ -2969,7 +2969,7 @@ min_str_neib_fpn 0.35
gd.addNumericField("Raise score factor to this power",this.cuas_factor_pow,5,8,"",
gd.addNumericField("Raise score factor to this power",this.cuas_factor_pow,5,8,"",
"Raise each score factor to this power before combining them.");
"Raise each score factor to this power before combining them.");