mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-29 23:51:18 +01: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:
@@ -327,4 +327,9 @@ void init_enums(py::module &m) {
|
||||
.value("POSITIVE", slsDetectorDefs::polarity::POSITIVE)
|
||||
.value("NEGATIVE", slsDetectorDefs::polarity::NEGATIVE)
|
||||
.export_values();
|
||||
|
||||
py::enum_<slsDetectorDefs::collectionMode>(Defs, "collectionMode")
|
||||
.value("HOLE", slsDetectorDefs::collectionMode::HOLE)
|
||||
.value("ELECTRON", slsDetectorDefs::collectionMode::ELECTRON)
|
||||
.export_values();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user