mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 00:58:01 +02:00
jf: timing info decoder (#987)
* timing_info_decoder command with options swissfel (default) and shine. added to python, command line generation, autocomplete, tostring, tests.
This commit is contained in:
@ -1372,6 +1372,14 @@ class Detector {
|
||||
void setPedestalMode(const defs::pedestalParameters par,
|
||||
Positions pos = {});
|
||||
|
||||
/** [Jungfrau] */
|
||||
Result<defs::timingInfoDecoder>
|
||||
getTimingInfoDecoder(Positions pos = {}) const;
|
||||
|
||||
/** [Jungfrau] Advanced Command! */
|
||||
void setTimingInfoDecoder(defs::timingInfoDecoder value,
|
||||
Positions pos = {});
|
||||
|
||||
/** [Jungfrau] */
|
||||
Result<defs::collectionMode> getCollectionMode(Positions pos = {}) const;
|
||||
|
||||
|
Reference in New Issue
Block a user