From a817f0c075a36de645e5ed44a984ae82b19c11dc Mon Sep 17 00:00:00 2001 From: Andrey Filippov Date: Mon, 24 Jan 2022 23:34:07 -0700 Subject: [PATCH] added Eyesis_Correction.xml, updated IJ version, typo fix --- Eyesis_Correction.xml | 11 +++++++++++ pom.xml | 5 +++-- .../com/elphel/imagej/tileprocessor/ImageDtt.java | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 Eyesis_Correction.xml diff --git a/Eyesis_Correction.xml b/Eyesis_Correction.xml new file mode 100644 index 0000000..19fc6e5 --- /dev/null +++ b/Eyesis_Correction.xml @@ -0,0 +1,11 @@ + + + + +last updated Thu Sep 08 14:09:47 MDT 2016 +True +True +False +True +True + diff --git a/pom.xml b/pom.xml index 687b9e2..dffbfc7 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,8 @@ net.imagej ij - 1.52e + + 1.53j org.jcuda @@ -264,7 +265,7 @@ elphel.imagej-elphel - https://github.com/Elphel/imagej-elphel + https://git.elphel.com/Elphel/imagej-elphel other diff --git a/src/main/java/com/elphel/imagej/tileprocessor/ImageDtt.java b/src/main/java/com/elphel/imagej/tileprocessor/ImageDtt.java index 6414548..4c7683e 100644 --- a/src/main/java/com/elphel/imagej/tileprocessor/ImageDtt.java +++ b/src/main/java/com/elphel/imagej/tileprocessor/ImageDtt.java @@ -2499,7 +2499,7 @@ public class ImageDtt extends ImageDttCPU { } } // get CM disparity/strength - double [] disp_str = {0.0, 0.0}; // diaprity = 0 will be initial approximation for LMA if no averaging + double [] disp_str = {0.0, 0.0}; // dispaprity = 0 will be initial approximation for LMA if no averaging if (combine_corrs) { double [] corr_combo_tile = correlation2d.accumulateInit(); // combine all available pairs double sumw = 0.0; -- 2.18.1