Commit 0688d981 authored by Andrey Filippov's avatar Andrey Filippov

moved new debuds under conditions

parent db1ed4e7
...@@ -289,7 +289,7 @@ public class CalibrationHardwareInterface { ...@@ -289,7 +289,7 @@ public class CalibrationHardwareInterface {
this.triggerURL="http://"+this.cameraSubnet+(this.iBaseIP+this.masterSubCamera)+":"+ this.triggerURL="http://"+this.cameraSubnet+(this.iBaseIP+this.masterSubCamera)+":"+
(this.imgsrvPort+ (this.masterPort & 3))+"/"+triggerURLcmd; (this.imgsrvPort+ (this.masterPort & 3))+"/"+triggerURLcmd;
System.out.println("DEBUG393: initIPs(): this.triggerURL ="+this.triggerURL); if (this.debugLevel>1) System.out.println("DEBUG393: initIPs(): this.triggerURL ="+this.triggerURL);
} }
/* /*
//pre nc393 //pre nc393
...@@ -987,7 +987,7 @@ public class CalibrationHardwareInterface { ...@@ -987,7 +987,7 @@ public class CalibrationHardwareInterface {
System.out.println("Master port mismatch for camera "+ip+" (master) - parameters master port = "+ System.out.println("Master port mismatch for camera "+ip+" (master) - parameters master port = "+
this.masterPort+", camera responded with "+this.cameraMasterPort[chn] ); this.masterPort+", camera responded with "+this.cameraMasterPort[chn] );
} }
System.out.println("DEBUG393: chn="+chn+" sensor_port="+sensor_port+" ip= "+ip+" isMasterSubcamera="+isMasterSubcamera+ " isMasterPort="+isMasterPort); if (this.debugLevel>1) System.out.println("DEBUG393: chn="+chn+" sensor_port="+sensor_port+" ip= "+ip+" isMasterSubcamera="+isMasterSubcamera+ " isMasterPort="+isMasterPort);
boolean exposureOnly=!Double.isNaN(exposureScale); boolean exposureOnly=!Double.isNaN(exposureScale);
int minExposure=10; // usec int minExposure=10; // usec
int maxExposure=1000000; //usec int maxExposure=1000000; //usec
......
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