mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
flippeddataoverxaxis changed to flipRows
This commit is contained in:
@ -114,8 +114,8 @@ class Module : public virtual slsDetectorDefs {
|
||||
void setAllTrimbits(int val);
|
||||
std::vector<int> getTrimEn() const;
|
||||
int setTrimEn(const std::vector<int> &energies = {});
|
||||
bool getFlippedDataAcrossXAxis() const;
|
||||
void setFlippedDataAcrossXAxis(bool value);
|
||||
bool getFlipRows() const;
|
||||
void setFlipRows(bool value);
|
||||
bool isVirtualDetectorServer() const;
|
||||
|
||||
/**************************************************
|
||||
|
Reference in New Issue
Block a user