mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
M3defaultpattern (#227)
* default pattern for m3 and moench including Python bindings Co-authored-by: Erik Frojdh <erik.frojdh@gmail.com>
This commit is contained in:
@ -218,6 +218,7 @@ enum detFuncs {
|
||||
F_SET_DEFAULT_DACS,
|
||||
F_IS_VIRTUAL,
|
||||
F_GET_PATTERN,
|
||||
F_LOAD_DEFAULT_PATTERN,
|
||||
|
||||
NUM_DET_FUNCTIONS,
|
||||
RECEIVER_ENUM_START = 256, /**< detector function should not exceed this
|
||||
@ -541,6 +542,7 @@ const char* getFunctionNameFromEnum(enum detFuncs func) {
|
||||
case F_SET_DEFAULT_DACS: return "F_SET_DEFAULT_DACS";
|
||||
case F_IS_VIRTUAL: return "F_IS_VIRTUAL";
|
||||
case F_GET_PATTERN: return "F_GET_PATTERN";
|
||||
case F_LOAD_DEFAULT_PATTERN: return "F_LOAD_DEFAULT_PATTERN";
|
||||
|
||||
case NUM_DET_FUNCTIONS: return "NUM_DET_FUNCTIONS";
|
||||
case RECEIVER_ENUM_START: return "RECEIVER_ENUM_START";
|
||||
|
@ -5,8 +5,8 @@
|
||||
#define APIGUI 0x201119
|
||||
#define APICTB 0x201130
|
||||
#define APIGOTTHARD 0x201130
|
||||
#define APIGOTTHARD2 0x201130
|
||||
#define APIJUNGFRAU 0x201130
|
||||
#define APIMYTHEN3 0x201130
|
||||
#define APIMOENCH 0x201130
|
||||
#define APIEIGER 0x201130
|
||||
#define APIGOTTHARD2 0x201208
|
||||
#define APIMOENCH 0x201207
|
||||
#define APIMYTHEN3 0x201209
|
||||
|
Reference in New Issue
Block a user