mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 00:58:01 +02:00
flippeddatax for jungfrau server
This commit is contained in:
@ -172,6 +172,15 @@ class Detector {
|
||||
*/
|
||||
void setGapPixelsinCallback(const bool enable);
|
||||
|
||||
/** [Eiger][Jungfrau] */
|
||||
Result<bool> getFlippedDataAcrossXAxis(Positions pos = {}) const;
|
||||
|
||||
/** [Eiger] flips across x Axis paramater sent to slsreceiver to send to gui
|
||||
* (via zmq) to flip bottom [Jungfrau] flips data across x Axis in the
|
||||
* detector itself. slsReceiver and slsDetectorGui does not handle.
|
||||
*/
|
||||
void setFlippedDataAcrossXAxis(bool value, Positions pos = {});
|
||||
|
||||
Result<bool> isVirtualDetectorServer(Positions pos = {}) const;
|
||||
///@{
|
||||
|
||||
@ -995,12 +1004,6 @@ class Detector {
|
||||
/** [Eiger] Overflow in 32 bit mode. Default is disabled.*/
|
||||
void setOverFlowMode(bool value, Positions pos = {});
|
||||
|
||||
/** [Eiger] */
|
||||
Result<bool> getBottom(Positions pos = {}) const;
|
||||
|
||||
/** [Eiger] for client call back (gui) purposes to flip bottom image */
|
||||
void setBottom(bool value, Positions pos = {});
|
||||
|
||||
/** [Eiger] deadtime in ns, 0 = disabled */
|
||||
Result<ns> getRateCorrection(Positions pos = {}) const;
|
||||
|
||||
|
Reference in New Issue
Block a user