Commit f9ea6e08 authored by Andrey Filippov's avatar Andrey Filippov
Browse files

Started OriantationSceneLMA

parent ecbbff57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ public class ComboMatch {
		
		
		boolean use_saved_collection = true; // false;
		boolean save_collection =     true;
		boolean save_collection =     false; // true;
		boolean process_correlation = true; // use false to save new version of data
		int     num_tries_fit =       10;
		boolean update_match =        true; // use false to save new version of data
+2 −1
Original line number Diff line number Diff line
@@ -258,7 +258,6 @@ public class ERSTiltLMA {
		weight_pure *= k;
		last_jt = new double [parameters_vector.length][];
		return weights.length;
		
	}
	
	private double [] getFxDerivs(
@@ -331,6 +330,8 @@ public class ERSTiltLMA {
		ImageDtt.startAndJoin(threads);
		return fX;
	}
	
	
	private double [][] getFxDerivsDelta(
			double []         vector,
			final double      delta,
+696 −0

File added.

Preview size limit exceeded, changes collapsed.

+95 −7

File changed.

Preview size limit exceeded, changes collapsed.

+21 −7

File changed.

Preview size limit exceeded, changes collapsed.

Loading