returnsuper.CLTBackgroundMeas(// measure background // USED in lwir
clt_parameters,
true,// final boolean run_lma, //
clt_parameters.getMaxChannelMismatch(isLwir()),// max_chn_diff, //final double max_chn_diff, // filter correlation results by maximum difference between channels
clt_parameters.mismatch_override,// final double mismatch_override, // keep tile with large mismatch if there is LMA with really strong correlation
threadsMax,// maximal number of threads to launch
updateStatus,
debugLevel);
...
...
@@ -3995,6 +3998,7 @@ public class QuadCLT extends QuadCLTCPU {