mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 19:24:55 +01:00
flippeddatax for jungfrau server
This commit is contained in:
@@ -279,6 +279,14 @@ void Detector::setGapPixelsinCallback(bool enable) {
|
||||
pimpl->setGapPixelsinCallback(enable);
|
||||
}
|
||||
|
||||
Result<bool> Detector::getFlippedDataAcrossXAxis(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::getFlippedDataAcrossXAxis, pos);
|
||||
}
|
||||
|
||||
void Detector::setFlippedDataAcrossXAxis(bool value, Positions pos) {
|
||||
pimpl->Parallel(&Module::setFlippedDataAcrossXAxis, pos, value);
|
||||
}
|
||||
|
||||
Result<bool> Detector::isVirtualDetectorServer(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::isVirtualDetectorServer, pos);
|
||||
}
|
||||
@@ -1304,14 +1312,6 @@ void Detector::setOverFlowMode(bool value, Positions pos) {
|
||||
pimpl->Parallel(&Module::setOverFlowMode, pos, value);
|
||||
}
|
||||
|
||||
Result<bool> Detector::getBottom(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::getFlippedDataX, pos);
|
||||
}
|
||||
|
||||
void Detector::setBottom(bool value, Positions pos) {
|
||||
pimpl->Parallel(&Module::setFlippedDataX, pos, value);
|
||||
}
|
||||
|
||||
Result<ns> Detector::getRateCorrection(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::getRateCorrection, pos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user