eiger dynamic range offline header, moved eiger specific stuff from slsDetectorData to eigerHalfmodule

This commit is contained in:
Dhanya Maliakal
2015-06-26 15:45:38 +02:00
parent 1f9f474670
commit 49ef6659d4
3 changed files with 71 additions and 58 deletions

View File

@ -76,7 +76,7 @@ public:
while (dd<=(dsize-packetSize)) {
pnum=getPacketNumber(p);
fn=getFrameNumber(p);
cout <<"pnum:"<<pnum<<" fn:"<<fn<<"\t "<< np << endl;;
//cout <<"pnum:"<<pnum<<" fn:"<<fn<<"\t "<< np << endl;;
if (pnum<1 || pnum>nPackets) {
cout << "Bad packet number " << pnum << " frame "<< fn << endl;