mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-06-04 19:28:40 +02:00
removing pending
This commit is contained in:
@@ -185,14 +185,6 @@ void define_pedestal_tracking_pixel_histogram_bindings(py::module &m) {
|
||||
)",
|
||||
py::call_guard<py::gil_scoped_release>())
|
||||
|
||||
.def("pending", &PedestalTrackingPixelHistogram::pending,
|
||||
R"(
|
||||
Return the number of images either waiting in the queue or
|
||||
currently being processed by the background thread (i.e.
|
||||
still in flight after fill_async()). Useful
|
||||
for monitoring/diagnostics.
|
||||
)")
|
||||
|
||||
.def(
|
||||
"values",
|
||||
[](const PedestalTrackingPixelHistogram &self) {
|
||||
|
||||
@@ -67,13 +67,6 @@ void define_pixel_histogram_bindings(py::module &m) {
|
||||
)",
|
||||
py::call_guard<py::gil_scoped_release>())
|
||||
|
||||
.def("pending", &PixelHistogram::pending,
|
||||
R"(
|
||||
Return the number of images either waiting in the queue or
|
||||
currently being processed by the background thread. Useful
|
||||
for monitoring/diagnostics.
|
||||
)")
|
||||
|
||||
.def(
|
||||
"values",
|
||||
[](const PixelHistogram &self) {
|
||||
|
||||
Reference in New Issue
Block a user