mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
jf stuff
This commit is contained in:
@ -880,9 +880,9 @@ void init_det(py::module &m) {
|
||||
(Result<int>(Detector::*)(sls::Positions) const) &
|
||||
Detector::getStorageCellStart,
|
||||
py::arg() = Positions{})
|
||||
.def("setStoragecellStart",
|
||||
.def("setStorageCellStart",
|
||||
(void (Detector::*)(int, sls::Positions)) &
|
||||
Detector::setStoragecellStart,
|
||||
Detector::setStorageCellStart,
|
||||
py::arg(), py::arg() = Positions{})
|
||||
.def("getStorageCellDelay",
|
||||
(Result<sls::ns>(Detector::*)(sls::Positions) const) &
|
||||
|
Reference in New Issue
Block a user