mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
mythen3: set trimbits (not settings, threshold yet), set all trimbits
This commit is contained in:
@ -318,11 +318,6 @@ class Module : public virtual slsDetectorDefs {
|
||||
*/
|
||||
std::string setSettingsDir(const std::string &dir);
|
||||
|
||||
/**
|
||||
* Loads the modules settings/trimbits reading from a specific file
|
||||
* file name extension is automatically generated.
|
||||
* @param fname specific settings/trimbits file
|
||||
*/
|
||||
void loadSettingsFile(const std::string &fname);
|
||||
|
||||
/**
|
||||
@ -1127,12 +1122,8 @@ class Module : public virtual slsDetectorDefs {
|
||||
*/
|
||||
void setFlippedDataX(bool value);
|
||||
|
||||
/**
|
||||
* Sets all the trimbits to a particular value (Eiger)
|
||||
* @param val trimbit value
|
||||
* @returns OK or FAIL
|
||||
*/
|
||||
int setAllTrimbits(int val);
|
||||
int getAllTrimbits();
|
||||
void setAllTrimbits(int val);
|
||||
|
||||
/**
|
||||
* Sets the number of trim energies and their value (Eiger)
|
||||
|
Reference in New Issue
Block a user