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
1c212123
Commit
1c212123
authored
Jun 08, 2015
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increased debug level, otherwise program crashes
parent
9739c913
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
EyesisCorrections.java
src/main/java/EyesisCorrections.java
+3
-2
No files found.
src/main/java/EyesisCorrections.java
View file @
1c212123
...
...
@@ -101,8 +101,9 @@ public class EyesisCorrections {
System
.
out
.
println
(
"Number of used channels: "
+
numUsedChannels
+
" ("
+
sChannels
+
" )"
);
}
createChannelVignetting
();
if
((
this
.
debugLevel
>
1
)
&&
(
correctionsParameters
.
sourcePaths
!=
null
)
&&
(
correctionsParameters
.
sourcePaths
.
length
>
0
))
{
//java.lang.ClassCastException: [B cannot be cast to [F
//if ((this.debugLevel>1) && (correctionsParameters.sourcePaths!=null) && (correctionsParameters.sourcePaths.length>0)) {
if
((
this
.
debugLevel
>
101
)
&&
(
correctionsParameters
.
sourcePaths
!=
null
)
&&
(
correctionsParameters
.
sourcePaths
.
length
>
0
))
{
testFF
(
correctionsParameters
.
sourcePaths
[
0
]);
// this.channelVignettingCorrection[srcChannel]=this.pixelMapping.getBayerFlatFieldFloat(
/*
...
...
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