gd.addNumericField("Local max range",max_range,0,3,"","While filtering local correlation maximums: 1 - 3x3 neighbors, 2 - 5x5 ones.");
gd.addNumericField("Number of enhancement cycles",num_cycles,0,3,"","Number of cycles of testing and removing bad targets from compoetition with weaker neighbors.");
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.");
...
...
@@ -429,7 +431,11 @@ public class CuasMotion {
gd.addCheckbox("Smooth background with runnong average",ra_background,
"Apply running average to the background of the moving targets (false - use high-noise no-averaged images.");
gd.addMessage("=== Saving intermediate and final images and video ===");
gd.addMessage("=== Saving intermediate and final images and video ===");
gd.addNumericField("Maximal iteration to save/show",iter_show,0,3,"",
"Maximal enhancement iteration to show intermediate result (0 - none).");
slice_titles[nscan]=imp_sel.getStack().getSliceLabel(frame_cent+1+first_corr);// wrong! should be imp_sel.getStack().getSliceLabel(frame_cent+1+first_corr)