Commit 9dacd956 authored by Andrey Filippov's avatar Andrey Filippov

Next working snapshot

parent f2fc939c
......@@ -2809,7 +2809,7 @@ min_str_neib_fpn 0.35
"Add to coordinates when looking for the mask value .");
gd.addNumericField("Maximums separation fraction", this.cuas_lmax_fraction, 5,8,"",
"Check if local maximum is separated from tye surrounding by this fraction of the maximum value.");
"Check if local maximum is separated from the surrounding by this fraction of the maximum value.");
gd.addNumericField("Hack for ridges", this.cuas_lmax_hack_ridge, 5,8,"",
"Remove horizontal streaks, where average(abs()) for the line exceeds fraction of abs max(0.32-good max, 0.55 - bad max).");
gd.addNumericField("Maximums separation radius", this.cuas_lmax_radius, 5,8,"pix",
......@@ -2987,7 +2987,7 @@ min_str_neib_fpn 0.35
gd.addNumericField("Image range", this.cuas_input_range, 5,8,"10mK",
"Dispaly pixel values range (1.0 ~= 10 mK).");
gd.addCheckbox ("Scale images twice", this.cuas_scale2x,
"Scale imges to 1280x1024 for higher annotation quality.");
"Scale images to 1280x1024 for higher annotation quality.");
gd.addCheckbox ("Smooth background with runnong average", this.cuas_ra_background,
"Apply running average to the background of the moving targets (false - use high-noise no-averaged images.");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment