mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 00:58:01 +02:00
Jf: Electron collection mode (#983)
* electron collection mode for jungfrau. also removing the config chip when using register command * collectionMode: HOLE/ELECTRON (enum)
This commit is contained in:
@ -1369,6 +1369,12 @@ class Detector {
|
||||
void setPedestalMode(const defs::pedestalParameters par,
|
||||
Positions pos = {});
|
||||
|
||||
/** [Jungfrau] */
|
||||
Result<defs::collectionMode> getCollectionMode(Positions pos = {}) const;
|
||||
|
||||
/** [Jungfrau] */
|
||||
void setCollectionMode(defs::collectionMode value, Positions pos = {});
|
||||
|
||||
///@}
|
||||
|
||||
/** @name Gotthard Specific */
|
||||
|
Reference in New Issue
Block a user