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
47597794
Commit
47597794
authored
Aug 10, 2018
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified ML file names
parent
f3d147e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
TwoQuadCLT.java
src/main/java/TwoQuadCLT.java
+5
-3
No files found.
src/main/java/TwoQuadCLT.java
View file @
47597794
...
...
@@ -2101,7 +2101,7 @@ if (debugLevel > -100) return true; // temporarily !
(
debugLevel
>
-
1
));
// boolean debug)
// Create test data that does not rely on the rig measurements
String
img_name_main
=
quadCLT_main
.
image_name
+
"-ML_DATA
_MAIN
-"
;
String
img_name_main
=
quadCLT_main
.
image_name
+
"-ML_DATA-"
;
double
[][]
ml_data_main
=
remeasureRigML
(
0.0
,
// double disparity_offset_low,
0.0
,
// double disparity_offset_high,
...
...
@@ -4559,13 +4559,15 @@ if (debugLevel > -100) return true; // temporarily !
int
width
=
tilesX
*
ml_width
;
int
height
=
tilesY
*
ml_width
;
String
title
=
ml_title
+
(
use8bpp
?
"08"
:
"32"
)+
"B-"
+(
keep_aux
?
"A"
:
""
)+(
keep_inter
?
"I"
:
""
)+(
keep_hor_vert
?
"O"
:
""
)+(
ml_keep_tbrl
?
"T"
:
""
)+
(
keep_debug
?
"D"
:
""
)+
"-FZ"
+
ml_fatzero
+
"-OFFS"
;
(
keep_debug
?
"D"
:
""
)+
"-FZ"
+
ml_fatzero
;
if
(!
Double
.
isNaN
(
disp_offset_low
))
{
title
+=
String
.
format
(
"%8.5f"
,
disp_offset_low
).
trim
();
title
+=
"-OFFS"
+
String
.
format
(
"%8.5f"
,
disp_offset_low
).
trim
();
if
(
disp_offset_high
>
disp_offset_low
)
{
title
+=
"_"
;
title
+=
String
.
format
(
"%8.5f"
,
disp_offset_high
).
trim
();
}
}
else
{
title
+=
"-MAIN"
;
}
int
[]
aux_indices
=
{
ImageDtt
.
ML_TOP_AUX_INDEX
,
// 8 - top pair 2d correlation center area (auxiliary camera)
...
...
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