mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
dr
This commit is contained in:
@ -203,6 +203,16 @@ class Detector {
|
||||
* [Gotthard2] only in continuous mode */
|
||||
Result<ns> getDelayAfterTriggerLeft(Positions pos = {}) const;
|
||||
|
||||
Result<int> getDynamicRange(Positions pos = {}) const;
|
||||
|
||||
/**
|
||||
* [Eiger] Options: 4, 8, 16, 32
|
||||
* [Mythen3] Options: 8, 16, 32
|
||||
* [Eiger] If i is 32, also sets clkdivider to 2, if 16, sets clkdivider to
|
||||
* 1
|
||||
*/
|
||||
void setDynamicRange(int value);
|
||||
|
||||
Result<defs::timingMode> getTimingMode(Positions pos = {}) const;
|
||||
|
||||
/**
|
||||
@ -698,8 +708,8 @@ class Detector {
|
||||
Result<int> getRxZmqStartingFrame(Positions pos = {}) const;
|
||||
|
||||
/**
|
||||
* The starting frame index to stream out. 0 by default, which streams
|
||||
* the first frame in an acquisition, and then depending on the rx zmq
|
||||
* The starting frame index to stream out. 0 by default, which streams
|
||||
* the first frame in an acquisition, and then depending on the rx zmq
|
||||
* frequency/ timer.
|
||||
*/
|
||||
void setRxZmqStartingFrame(int fnum, Positions pos = {});
|
||||
@ -736,15 +746,6 @@ class Detector {
|
||||
* *
|
||||
* ************************************************/
|
||||
|
||||
Result<int> getDynamicRange(Positions pos = {}) const;
|
||||
|
||||
/**
|
||||
* [Eiger]
|
||||
* Options: 4, 8, 16, 32
|
||||
* If i is 32, also sets clkdivider to 2, if 16, sets clkdivider to 1
|
||||
*/
|
||||
void setDynamicRange(int value);
|
||||
|
||||
/** [Eiger] in 32 bit mode */
|
||||
Result<ns> getSubExptime(Positions pos = {}) const;
|
||||
|
||||
|
Reference in New Issue
Block a user