publicdoublecuas_rng_radius0=3.0;// mask out data outside peripheral areas, keep 0.5 at the radius - first iteration
publicdoublecuas_rng_radius=2.5;// mask out data outside peripheral areas, keep 0.5 at the radius - next iteration
publicdoublecuas_rng_blur=0.5;// relative transition radius range (for 0.5 the mask inside (1-0.5) radius will be 1.0, outside (1+0.5) radius will be 0
publicdoublecuas_rng_fz0=300.0;// Fat zero in target ranging mode, first iteration (first 2?)
publicdoublecuas_rng_fz=30.0;// Fat zero in target ranging mode
publicdoublecuas_rng_scale=8.0;// Scale alt_data to use same strength as for normal ranging because targets
...
...
@@ -2666,8 +2667,10 @@ min_str_neib_fpn 0.35
"Mask out data outside peripheral areas, keep 0.5 at the radius .");
gd.addNumericField("Mask blur fraction for ranging",this.cuas_rng_blur,5,8,"",
"Relative transition radius range (for 0.5 the mask inside (1-0.5) radius will be 1.0, outside (1+0.5) radius will be 0.");