mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
gotthard compression works..without shortframe
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorCalibration@43 113b152e-814d-439b-b186-022a431db7b5
This commit is contained in:
@ -191,31 +191,6 @@ class slsDetectorData {
|
||||
*/
|
||||
virtual double getValue(char *data, int ix, int iy=0) {return (double)getChannel(data, ix, iy);};
|
||||
|
||||
/**
|
||||
|
||||
Sets frame index mask for the given dataset. Virtual func: works for slsDetectorReceiver packets, but can be overloaded.
|
||||
\param m frame index mask
|
||||
|
||||
*/
|
||||
|
||||
virtual void setFrameIndexMask(uint32_t m)=0;
|
||||
|
||||
/**
|
||||
|
||||
Sets the packet index mask for the given dataset. Virtual func: works for slsDetectorReceiver packets, but can be overloaded.
|
||||
\param m packet index mask
|
||||
|
||||
*/
|
||||
|
||||
virtual void setPacketIndexMask(uint32_t m)=0;
|
||||
|
||||
/**
|
||||
|
||||
Sets the frame index offset for the given dataset. Virtual func: works for slsDetectorReceiver packets, but can be overloaded.
|
||||
\param o frame index offset
|
||||
*/
|
||||
|
||||
virtual void setFrameIndexOffset(int o)=0;
|
||||
|
||||
/**
|
||||
|
||||
@ -234,10 +209,10 @@ class slsDetectorData {
|
||||
\param buff pointer to the dataset
|
||||
\returns packet number number
|
||||
|
||||
|
||||
*/
|
||||
virtual int getPacketNumber(char *buff)=0;
|
||||
|
||||
*/
|
||||
/*
|
||||
|
||||
/**
|
||||
|
||||
|
Reference in New Issue
Block a user