unsigned getSensor(unsigned sensorId);
void writeResults();
-#define DEBUG 2
+#define DEBUG 0
#define MAX_SENSORS 12
unsigned pixelMap[MAX_SENSORS][576][1152] = {{0}};
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++) {