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
b5f61f39
Commit
b5f61f39
authored
Apr 02, 2018
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing strategies listing
parent
f25142a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
FittingStrategy.java
src/main/java/FittingStrategy.java
+1
-1
No files found.
src/main/java/FittingStrategy.java
View file @
b5f61f39
...
...
@@ -1982,7 +1982,7 @@ I* - special case when the subcamera is being adjusted/replaced. How to deal wit
}
int
[]
choice_offsets
=
new
int
[
this
.
parameterEnable
.
length
];
//
String
header
=
"Strategy
Number\t
"
;
String
header
=
"Strategy
#\tType
"
;
StringBuffer
sb
=
new
StringBuffer
();
for
(
int
i
=
fromSer
;
i
<
toSer
;
i
++)
if
(
isSeriesValid
(
i
))
header
+=
"\t"
+
i
;
sb
.
append
(
"Comment\t"
);
...
...
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