Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
b4600e81
Commit
b4600e81
authored
Jan 15, 2023
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused, documented remaining methods
parent
1c6b1897
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
763 additions
and
2179 deletions
+763
-2179
TexturedModel.java
...n/java/com/elphel/imagej/tileprocessor/TexturedModel.java
+760
-2178
TileProcessor.java
...n/java/com/elphel/imagej/tileprocessor/TileProcessor.java
+3
-1
No files found.
src/main/java/com/elphel/imagej/tileprocessor/TexturedModel.java
View file @
b4600e81
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main/java/com/elphel/imagej/tileprocessor/TileProcessor.java
View file @
b4600e81
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment