mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-18 16:58:40 +01:00
Added python bindings for 21x21 clusters for debugging
This commit is contained in:
@@ -113,6 +113,10 @@ PYBIND11_MODULE(_aare, m) {
|
||||
DEFINE_BINDINGS_CLUSTERFINDER(double, 9, 9, uint16_t, d);
|
||||
DEFINE_BINDINGS_CLUSTERFINDER(float, 9, 9, uint16_t, f);
|
||||
|
||||
DEFINE_BINDINGS_CLUSTERFINDER(int, 21, 21, uint16_t, i);
|
||||
DEFINE_BINDINGS_CLUSTERFINDER(double, 21, 21, uint16_t, d);
|
||||
DEFINE_BINDINGS_CLUSTERFINDER(float, 21, 21, uint16_t, f);
|
||||
|
||||
define_3x3_reduction<int, 3, 3, uint16_t>(m);
|
||||
define_3x3_reduction<double, 3, 3, uint16_t>(m);
|
||||
define_3x3_reduction<float, 3, 3, uint16_t>(m);
|
||||
|
||||
Reference in New Issue
Block a user