Commit 1784f2af authored by Andrey Filippov's avatar Andrey Filippov

more debug

parent c40c2e9e
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment