feature with header in file

This commit is contained in:
Dhanya Maliakal 2016-07-05 16:53:21 +02:00
parent a563b82001
commit a7a3422ed2
2 changed files with 0 additions and 22 deletions

View File

@ -193,18 +193,6 @@ public:
/** gets the dynamic range for offline processing
\param buff pointer to the memory
\returns dynamic range
*/
static int getDynamicRange(char *buff){
eiger_packet_header_t* header_t;
header_t = (eiger_packet_header_t*)buff;
return(*( (uint8_t*) header_t->dynamicrange));
};
/**
returns the pixel value as double correcting for the output buffer crosstalk
\param data pointer to the memory

View File

@ -48,16 +48,6 @@ public:
virtual int getPacketNumber(char *buff){return (*(int*)buff)&0xff;};
/** gets the dynamic range for offline processing
\param buff pointer to the memory
\returns dynamic range
*
*/
//virtual int getDynamicRange(char *buff){return 16;};
/**