mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00

* WIP * WIP * removed status to string from defs * WIP * WIP * WIP removed unused functions in multi * WIP * print hex in a terrible way * WIP, loadconfig error * WIP, type to string * WIP * fix to conversion * WIP, hostname doesnt work * WIP * WIP * WIP * WIP, threshold * WIP, threshold * WIP * WIP, triggers * WIP, cycles to triggers * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * rx_udsocksize fx, WIP * WIP * WIP * WIP * file index (64 bit), WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * merge * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * New python mod
18 lines
638 B
Python
Executable File
18 lines
638 B
Python
Executable File
# from .detector import Detector, DetectorError, free_shared_memory
|
|
# from .eiger import Eiger
|
|
from .experimental import Detector
|
|
|
|
# from .jungfrau import Jungfrau
|
|
# from .jungfrau_ctb import JungfrauCTB
|
|
# from _sls_detector import DetectorApi
|
|
|
|
import _sls_detector
|
|
|
|
defs = _sls_detector.slsDetectorDefs
|
|
runStatus = _sls_detector.slsDetectorDefs.runStatus
|
|
speedLevel = _sls_detector.slsDetectorDefs.speedLevel
|
|
timingMode = _sls_detector.slsDetectorDefs.timingMode
|
|
dacIndex = _sls_detector.slsDetectorDefs.dacIndex
|
|
detectorType = _sls_detector.slsDetectorDefs.detectorType
|
|
detectorSettings = _sls_detector.slsDetectorDefs.detectorSettings
|