New Zmq header staructur implemented and works, still different number of pixels in the GUI should be fixed (but it does not crash)

This commit is contained in:
2018-09-25 09:36:47 +02:00
parent 19e7ced332
commit ae8678cdc2
16 changed files with 1505 additions and 182 deletions

View File

@ -688,7 +688,7 @@ void writeClusters(FILE *f){for (int i=0; i<nphFrame; i++) (clusters+i)->write(f
analogDetector<uint16_t>::processData(data,val);
break;
default:
//cout <<"spc " << endl;
// cout <<"spc " << endl;
getNPhotons(data,val);
}
}