Commit 1c212123 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

increased debug level, otherwise program crashes

parent 9739c913
...@@ -101,8 +101,9 @@ public class EyesisCorrections { ...@@ -101,8 +101,9 @@ public class EyesisCorrections {
System.out.println ("Number of used channels: "+numUsedChannels+" ("+sChannels+" )"); System.out.println ("Number of used channels: "+numUsedChannels+" ("+sChannels+" )");
} }
createChannelVignetting(); createChannelVignetting();
//java.lang.ClassCastException: [B cannot be cast to [F
if ((this.debugLevel>1) && (correctionsParameters.sourcePaths!=null) && (correctionsParameters.sourcePaths.length>0)) { //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]); testFF(correctionsParameters.sourcePaths[0]);
// this.channelVignettingCorrection[srcChannel]=this.pixelMapping.getBayerFlatFieldFloat( // this.channelVignettingCorrection[srcChannel]=this.pixelMapping.getBayerFlatFieldFloat(
/* /*
......
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