mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-09 03:20:42 +02:00
feature with header in file
This commit is contained in:
parent
a563b82001
commit
a7a3422ed2
@ -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
|
returns the pixel value as double correcting for the output buffer crosstalk
|
||||||
\param data pointer to the memory
|
\param data pointer to the memory
|
||||||
|
@ -48,16 +48,6 @@ public:
|
|||||||
virtual int getPacketNumber(char *buff){return (*(int*)buff)&0xff;};
|
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;};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user