doublecentered_radius=clt_parameters.imp.cuas_centered_radius;// 3.5; // in centered mode (target placed at [8,8] - zero out data outside peripheral areas, keep 0.5 at the radius
doublecentered_blur=clt_parameters.imp.cuas_centered_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
doubleduplicate_tolerance=clt_parameters.imp.cuas_duplicate_tolerance;// 2.0; // (pix) Remove weaker maximums closer than this to a stronger one
doublecentered_radius=clt_parameters.imp.cuas_centered_radius;// 3.5; // in centered mode (target placed at [8,8] - zero out data outside peripheral areas, keep 0.5 at the radius
doublecentered_blur=clt_parameters.imp.cuas_centered_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
doubleduplicate_tolerance=clt_parameters.imp.cuas_duplicate_tolerance;// 2.0; // (pix) Remove weaker maximums closer than this to a stronger one
// if (properties.getProperty(prefix+"cuas_remove_2seq")!=null) this.cuas_remove_2seq=Boolean.parseBoolean(properties.getProperty(prefix+"cuas_remove_2seq"));
// if (properties.getProperty(prefix+"cuas_remove_2seq_all")!=null) this.cuas_remove_2seq_all=Boolean.parseBoolean(properties.getProperty(prefix+"cuas_remove_2seq_all"));