removed roflags from python

This commit is contained in:
Erik Frojdh
2019-09-17 09:32:22 +02:00
parent 400e69cef2
commit c3c3f78c59
4 changed files with 101 additions and 101 deletions

View File

@@ -293,8 +293,8 @@ PYBIND11_MODULE(_sls_detector, m) {
.def("getReceiverLock", &DetectorPythonInterface::getReceiverLock)
.def("setReceiverLock", &DetectorPythonInterface::setReceiverLock)
.def("getReadoutFlags", &DetectorPythonInterface::getReadoutFlags)
.def("setReadoutFlag", &DetectorPythonInterface::setReadoutFlag)
// .def("getReadoutFlags", &DetectorPythonInterface::getReadoutFlags)
// .def("setReadoutFlag", &DetectorPythonInterface::setReadoutFlag)
.def("setFileFormat", &DetectorPythonInterface::setFileFormat)
.def("getFileFormat", &DetectorPythonInterface::getFileFormat)