@@ -1892,6 +1898,8 @@ public class EyesisCorrectionParameters {
gd.addNumericField("MDCT window type (0,1,2)",this.dct_window,0);
gd.addNumericField("LMA_steps",this.LMA_steps,0);
gd.addNumericField("Compactness (punish off-center asym_kernel pixels (proportional to r^2)",this.compactness,2);
gd.addNumericField("Symmetrical kernel compactness (proportional to r^2)",this.sym_compactness,2);
gd.addNumericField("Relative importance of DC error to RMS",this.dc_weight,2);
gd.addNumericField("Factorization target precision (stop if achieved)",this.fact_precision,4);
gd.addNumericField("Do not punish pixels in the square around center",this.asym_tax_free,0);
gd.addNumericField("Start asym_kernel with this number of pixels (0 - single, 4n+0 (X between cells), 4*n+1 - x around center cell",this.seed_size,0);//0..2
...
...
@@ -1926,6 +1934,8 @@ public class EyesisCorrectionParameters {