Merge branch 'main' into dev/expose_sum_2x2_to_python

This commit is contained in:
2025-10-27 19:47:09 +01:00
committed by GitHub
3 changed files with 20 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ void define_ClusterFile(py::module &m, const std::string &typestr) {
return v;
})
.def("set_roi", &ClusterFile<ClusterType>::set_roi, py::arg("roi"))
.def("tell", &ClusterFile<ClusterType>::tell)
.def(
"set_noise_map",
[](ClusterFile<ClusterType> &self, py::array_t<int32_t> noise_map) {