mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
Merge branch 'master' of gitorious.psi.ch:sls_det_software/sls_detector_calibration
This commit is contained in:
@ -76,10 +76,10 @@ public:
|
||||
while (dd<=(dsize-packetSize)) {
|
||||
pnum=getPacketNumber(p);
|
||||
fn=getFrameNumber(p);
|
||||
//cout <<"pnum:"<<pnum<<" fn:"<<fn<<"\t";
|
||||
cout <<"pnum:"<<pnum<<" fn:"<<fn<<"\t "<< np << endl;;
|
||||
|
||||
if (pnum<1 || pnum>nPackets) {
|
||||
cout << "Bad packet number " << pnum << " frame "<< fn << endl;
|
||||
cout << "Bad packet number " << pnum << " frame "<< fn << endl;
|
||||
retval=NULL;
|
||||
np=0;
|
||||
} else if (pnum==1) {
|
||||
|
Reference in New Issue
Block a user