just skeleton of gappixels

This commit is contained in:
Dhanya Maliakal
2017-09-27 17:08:00 +02:00
parent 986826cbe9
commit 352ade6457
6 changed files with 95 additions and 6 deletions

View File

@ -322,6 +322,11 @@ class slsDetector : public slsDetectorUtils, public energyConversion {
/** destructor */
virtual ~slsDetector();
/**
* returns true. Used when reference is slsDetectorUtils and to determine if command can be implemented as slsDetector/multiSlsDetector object/
*/
bool isMultiSlsDetectorClass(){return 0;};
int setOnline(int const online=GET_ONLINE_FLAG);
string checkOnline();
@ -755,6 +760,13 @@ class slsDetector : public slsDetectorUtils, public energyConversion {
*/
int setFlippedData(dimension d=X, int value=-1);
/**
* Enable gap pixels, only for Eiger
* @param val 1 sets, 0 unsets, -1 gets
* @return gap pixel enable
*/
int enableGapPixels(int val=-1);
/*
returns the instrinsic size of the detector (maxmodx, maxmody, nchans, nchips, ndacs