Commit b4600e81 authored by Andrey Filippov's avatar Andrey Filippov

Removed unused, documented remaining methods

parent 1c6b1897
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -8671,7 +8671,9 @@ ImageDtt.startAndJoin(threads);
davg /= num_fixed;
davg2 = Math.sqrt(davg2/num_fixed - davg*davg);
} else {
return null;
double [] all_nan = new double [data.length];
Arrays.fill(all_nan, Double.NaN);
return all_nan;
}
final double fdavg = davg;
final double max_change = Math.abs(davg2 * max_rchange);
......
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