]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
stable
authorwww@jspc55 <www@jspc55>
Tue, 1 Jul 2014 14:44:24 +0000 (16:44 +0200)
committerwww@jspc55 <www@jspc55>
Tue, 1 Jul 2014 14:44:24 +0000 (16:44 +0200)
tools/unpacker/unpacker.cxx

index 94223f7976ecf5a7d84597fba87c2fb76e03c674..80f15d8b5439cf926ca7bdd65f88e29f629813d5 100644 (file)
@@ -6,7 +6,7 @@ signed   analyzeData(hadaq::RawSubevent* sub, unsigned ix, unsigned datalen, uns
 unsigned getSensor(unsigned sensorId);
 void     writeResults();
 
-#define DEBUG 2
+#define DEBUG 0
 #define MAX_SENSORS 12
 
 unsigned pixelMap[MAX_SENSORS][576][1152] = {{0}};
@@ -292,7 +292,7 @@ void writeResults() {
               hitrates[2],
               hitrates[3]);
     fprintf(cvt, "set output '%s/%s_%08x.png';\n",picPath,mySystem,sensors[i]);
-    printf("set output '%s/%s_%08x.png';\n",picPath,mySystem,sensors[i]);
+    printf("\nset output '%s/%s_%08x.png';\n",picPath,mySystem,sensors[i]);
     fprintf(cvt, "plot '-' matrix with image\n");
     
     for(unsigned r = 0; r < 576; r++) {