mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-01-16 08:29:22 +01:00
added type bindings
This commit is contained in:
@@ -18,6 +18,9 @@ using namespace::aare;
|
||||
|
||||
|
||||
void define_var_cluster_finder_bindings(py::module &m) {
|
||||
PYBIND11_NUMPY_DTYPE(pl::ClusterFinder<double>::Hit, size, row, col,
|
||||
reserved, energy, max);
|
||||
|
||||
py::class_<VarClusterFinder<double>>(m, "VarClusterFinder")
|
||||
.def(py::init<Shape<2>, double>())
|
||||
.def("labeled",
|
||||
|
||||
Reference in New Issue
Block a user