mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
feature with header in file
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user