gd.addNumericField("Local max range",max_range,0,3,"","While filtering local correlation maximums: 1 - 3x3 neighbors, 2 - 5x5 ones.");
gd.addStringField("vf_extended_dir",vf_extended_dir,100,"directory to read vf_extended file");
gd.addNumericField("Target radius",target_radius,5,8,"pix","Target radius, also used to calculate fraction of totals inside (windowed) to all positive values.");
gd.addNumericField("Minimal target strength",target_strength,5,8,"","Minimal value of the target image.");
gd.addStringField("Fraction for strengths",IntersceneMatchParameters.double2dToString(target_frac),100,
"Variable number of (strength, fraction) pairs separated by \":\". Each pair of strength, minimal fraction is separated by \",\".");
gd.addStringField("Data directory",data_dir,100,"Intermediate results directory (to bypass first stages during debugging).");