changed name of GainMap to InvertedGainMap
Some checks failed
Build on RHEL9 / build (push) Successful in 2m16s
Build on RHEL8 / build (push) Failing after 2m34s

This commit is contained in:
mazzol_a
2025-04-25 12:03:59 +02:00
parent f06e722dce
commit eb6862ff99
5 changed files with 35 additions and 27 deletions

View File

@ -59,9 +59,6 @@ void define_cluster_file_io_bindings(py::module &m,
self.set_gain_map(view);
})
// void set_gain_map(const GainMap &gain_map); //TODO do i need a
// gainmap constructor?
.def("close", &ClusterFile<ClusterType>::close)
.def("write_frame", &ClusterFile<ClusterType>::write_frame)
.def("__enter__", [](ClusterFile<ClusterType> &self) { return &self; })