mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
just skeleton of gappixels
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user