now it should work also with jungfrau bis

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorCalibration@34 113b152e-814d-439b-b186-022a431db7b5
This commit is contained in:
jungmann_j 2014-02-05 10:45:00 +00:00
parent 02c85d4638
commit 33aee60ab6

View File

@ -3,7 +3,7 @@
#include "slsDetectorData.h"
class chiptestBoardData : public virtual slsDetectorData<uint16_t> {
class chiptestBoardData : public slsDetectorData<uint16_t> {
public:
@ -22,8 +22,7 @@ class chiptestBoardData : public virtual slsDetectorData<uint16_t> {
\param dROI Array of size nx*ny. The elements are 1s if the channel is good or in the ROI, 0 is bad or out of the ROI. NULL (default) means all 1s.
*/
chiptestBoardData(int npx, int npy, int nadc, int offset, int **dMap=NULL, uint16_t **dMask=NULL, int **dROI=NULL): \
slsDetectorData<uint16_t>(npx, npy, nadc*(npx*npy)+offset, dMap, dMask, dROI), nAdc(nadc), offSize(offset), iframe(0) {};
chiptestBoardData(int npx, int npy, int nadc, int offset, int **dMap=NULL, uint16_t **dMask=NULL, int **dROI=NULL): slsDetectorData<uint16_t>(npx, npy, nadc*(npx*npy)+offset, dMap, dMask, dROI), nAdc(nadc), offSize(offset), iframe(0) {};