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
e12ae0b2
Commit
e12ae0b2
authored
Aug 26, 2017
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduced debug
parent
b5d06bab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
AlignmentCorrection.java
src/main/java/AlignmentCorrection.java
+4
-1
No files found.
src/main/java/AlignmentCorrection.java
View file @
e12ae0b2
...
...
@@ -2095,7 +2095,10 @@ B = |+dy0 -dy1 -2*dy3 |
qc
.
geometryCorrection
,
// GeometryCorrection geometryCorrection,
qc
.
geometryCorrection
.
getCorrVector
(),
// GeometryCorrection.CorrVector corr_vector,
old_new_rms
,
// double [] old_new_rms, // should be double[2]
2
);
// debugLevel); // 2); // 1); // int debugLevel)
// 2); // debugLevel); // 2); // 1); // int debugLevel)
debugLevel
);
// 2); // 1); // int debugLevel)
//TODO: ** Put 2 here to debug derivative images (diff_dmv_dsym - does not match yet, probably different "addition" of angles)
if
(
debugLevel
>
-
1
){
System
.
out
.
println
(
"Old extrinsic corrections:"
);
System
.
out
.
println
(
qc
.
geometryCorrection
.
getCorrVector
().
toString
());
...
...
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