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
1738d70d
Commit
1738d70d
authored
Jul 04, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added debugLevel
parent
d2a5750d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Aberration_Calibration.java
src/main/java/Aberration_Calibration.java
+5
-0
No files found.
src/main/java/Aberration_Calibration.java
View file @
1738d70d
...
...
@@ -4298,6 +4298,7 @@ if (MORE_BUTTONS) {
true
,
// boolean smart, // do not open dialog if default matches
""
,
//); //String defaultPath); // AtomicInteger stopRequested
this
.
SYNC_COMMAND
.
stopRequested
);
FOCUSING_FIELD
.
setDebugLevel
(
DEBUG_LEVEL
);
System
.
out
.
println
(
"Loaded FocusingField"
);
FOCUSING_FIELD
.
configureDataVector
(
"Configure curvature"
,
true
);
FOCUSING_FIELD
.
setDataVector
(
FOCUSING_FIELD
.
createDataVector
());
...
...
@@ -4310,6 +4311,7 @@ if (MORE_BUTTONS) {
if
(
label
.
equals
(
"Modify LMA"
))
{
DEBUG_LEVEL
=
MASTER_DEBUG_LEVEL
;
if
(
FOCUSING_FIELD
==
null
)
return
;
FOCUSING_FIELD
.
setDebugLevel
(
DEBUG_LEVEL
);
FOCUSING_FIELD
.
configureDataVector
(
"Re-configure curvature parameters"
,
false
);
FOCUSING_FIELD
.
setDataVector
(
FOCUSING_FIELD
.
createDataVector
());
return
;
...
...
@@ -4318,6 +4320,7 @@ if (MORE_BUTTONS) {
if
(
label
.
equals
(
"LMA History"
))
{
DEBUG_LEVEL
=
MASTER_DEBUG_LEVEL
;
if
(
FOCUSING_FIELD
==
null
)
return
;
FOCUSING_FIELD
.
setDebugLevel
(
DEBUG_LEVEL
);
FOCUSING_FIELD
.
LevenbergMarquardt
(
true
,
DEBUG_LEVEL
);
//boolean openDialog, int debugLevel){
return
;
}
...
...
@@ -4325,6 +4328,7 @@ if (MORE_BUTTONS) {
if
(
label
.
equals
(
"List curv pars"
))
{
DEBUG_LEVEL
=
MASTER_DEBUG_LEVEL
;
if
(
FOCUSING_FIELD
==
null
)
return
;
FOCUSING_FIELD
.
setDebugLevel
(
DEBUG_LEVEL
);
FOCUSING_FIELD
.
listParameters
(
"Field curvature measurement parameters"
,
null
);
// to screen
return
;
}
...
...
@@ -4332,6 +4336,7 @@ if (MORE_BUTTONS) {
if
(
label
.
equals
(
"List curv data"
))
{
DEBUG_LEVEL
=
MASTER_DEBUG_LEVEL
;
if
(
FOCUSING_FIELD
==
null
)
return
;
FOCUSING_FIELD
.
setDebugLevel
(
DEBUG_LEVEL
);
FOCUSING_FIELD
.
listData
(
"Field curvature measurement data"
,
null
);
// to screen
return
;
}
...
...
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