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
66f3b726
Commit
66f3b726
authored
6 years ago
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed extra space in the file name
parent
19d4a368
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
TwoQuadCLT.java
src/main/java/TwoQuadCLT.java
+2
-1
No files found.
src/main/java/TwoQuadCLT.java
View file @
66f3b726
...
...
@@ -4518,7 +4518,8 @@ if (debugLevel > -100) return true; // temporarily !
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"
+
String
.
format
(
"%8.5f"
,
disp_offset_low
).
trim
();
if
(
disp_offset_high
>
disp_offset_low
)
{
title
+=
String
.
format
(
"_%8.5f"
,
disp_offset_high
).
trim
();
title
+=
"_"
;
title
+=
String
.
format
(
"%8.5f"
,
disp_offset_high
).
trim
();
}
int
[]
aux_indices
=
{
ImageDtt
.
ML_TOP_AUX_INDEX
,
// 8 - top pair 2d correlation center area (auxiliary camera)
...
...
This diff is collapsed.
Click to expand it.
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