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
1784f2af
Commit
1784f2af
authored
Dec 14, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more debug
parent
c40c2e9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
EyesisCorrections.java
src/main/java/EyesisCorrections.java
+3
-0
No files found.
src/main/java/EyesisCorrections.java
View file @
1784f2af
...
...
@@ -413,7 +413,10 @@ public class EyesisCorrections {
int
[]
channels
={
correctionsParameters
.
getChannelFromSourceTiff
(
correctionsParameters
.
getSourcePaths
()[
nFile
])};
if
(
correctionsParameters
.
isJP4
()){
int
subCamera
=
channels
[
0
]-
correctionsParameters
.
firstSubCamera
;
// to match those in the sensor files
System
.
out
.
println
(
"++++++++++ Calling this.pixelMapping.channelsForSubCamera("
+
subCamera
+
")"
);
channels
=
this
.
pixelMapping
.
channelsForSubCamera
(
subCamera
);
}
else
{
System
.
out
.
println
(
"++++++++++ Not a JP4 subcamera "
+(
channels
[
0
]-
correctionsParameters
.
firstSubCamera
)+
"!"
);
}
if
(
channels
!=
null
)
{
...
...
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