mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-03-12 01:27:44 +01: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
514 B
514 B
Detector
The sls::Detector is the new public API to control detectors from C++. This API is also used internally for the Python bindings and the command line interface. If a receiver has been configured this is also controlled through this class.
Most, if not all, functions are called in parallel and the return value is a thin std::vector wrapper containing results from all modules. (Result<T>)
sls::Detector