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

* WIP * WIP * WIP * cleaned up multi * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * split up python module * WIP * WIP * WIP * WIP * WIP * ok * fixed bugs from rebase * WIP * fixed broken test * WIP * fixed python * WIP * sphinx help * including new commands * docs * WIP * WIP * more tests * added missing public header * WIP
10 lines
319 B
Python
Executable File
10 lines
319 B
Python
Executable File
from .detector import Detector, DetectorError, free_shared_memory
|
|
from .eiger import Eiger
|
|
from .experimental import ExperimentalDetector
|
|
from .jungfrau import Jungfrau
|
|
from .jungfrau_ctb import JungfrauCTB
|
|
from _sls_detector import DetectorApi
|
|
|
|
import _sls_detector
|
|
runStatus = _sls_detector.slsDetectorDefs.runStatus
|