diff --git a/python/src/var_cluster.hpp b/python/src/var_cluster.hpp index cf62f02f..bc77976d 100644 --- a/python/src/var_cluster.hpp +++ b/python/src/var_cluster.hpp @@ -18,6 +18,9 @@ using namespace::aare; void define_var_cluster_finder_bindings(py::module &m) { + PYBIND11_NUMPY_DTYPE(pl::ClusterFinder::Hit, size, row, col, + reserved, energy, max); + py::class_>(m, "VarClusterFinder") .def(py::init, double>()) .def("labeled",