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
ca5bb1b6
Commit
ca5bb1b6
authored
Jul 09, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
07ab125e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Aberration_Calibration.java
src/main/java/Aberration_Calibration.java
+1
-1
No files found.
src/main/java/Aberration_Calibration.java
View file @
ca5bb1b6
...
...
@@ -15374,7 +15374,7 @@ private double [][] jacobianByJacobian(double [][] jacobian, boolean [] mask) {
}
if
(
distPatPars
==
null
)
return
null
;
if
((
distPatPars
[
0
].
length
<
6
)
||
(
distPatPars
[
1
].
length
<
6
)){
System
.
out
.
println
(
"Failure: findPatternFromGrid("
+
x0
+
","
+
y0
+
",...) returned only linear coeffi
t
ients"
);
System
.
out
.
println
(
"Failure: findPatternFromGrid("
+
x0
+
","
+
y0
+
",...) returned only linear coeffi
c
ients"
);
return
null
;
}
int
[]
iUV
={(
int
)
Math
.
floor
(
distPatPars
[
0
][
2
]),(
int
)
Math
.
floor
(
distPatPars
[
1
][
2
])};
...
...
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