mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-18 21:28:40 +01:00
fix: included deleted file
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#include "aare/NDView.hpp"
|
||||
#include "aare/Pedestal.hpp"
|
||||
#include "np_helper.hpp"
|
||||
#include "utils/bind_Vector.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
#include <filesystem>
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include "bind_ClusterFinderMT.hpp"
|
||||
#include "bind_ClusterVector.hpp"
|
||||
#include "bind_calibration.hpp"
|
||||
#include "utils/bind_Vector.hpp"
|
||||
|
||||
// TODO! migrate the other names
|
||||
#include "ctb_raw_file.hpp"
|
||||
@@ -116,21 +115,6 @@ PYBIND11_MODULE(_aare, m) {
|
||||
reduce_to_3x3<double, 9, 9, uint16_t>(m);
|
||||
reduce_to_3x3<float, 9, 9, uint16_t>(m);
|
||||
|
||||
define_Vector<Sum_index_pair<double, int>>(
|
||||
m, "Sum_index_pair_d",
|
||||
fmt::format("T{{{}:sum:i:index}}",
|
||||
py::format_descriptor<double>::format()));
|
||||
|
||||
define_Vector<Sum_index_pair<float, int>>(
|
||||
m, "Sum_index_pair_f",
|
||||
fmt::format("T{{{}:sum:i:index}}",
|
||||
py::format_descriptor<double>::format()));
|
||||
|
||||
define_Vector<Sum_index_pair<int, int>>(
|
||||
m, "Sum_index_pair_i",
|
||||
fmt::format("T{{{}:sum:i:index}}",
|
||||
py::format_descriptor<double>::format()));
|
||||
|
||||
using Sum_index_pair_d = Sum_index_pair<double, corner>;
|
||||
PYBIND11_NUMPY_DTYPE(Sum_index_pair_d, sum, index);
|
||||
using Sum_index_pair_f = Sum_index_pair<float, corner>;
|
||||
|
||||
Reference in New Issue
Block a user