From 05828baa54de5fc5e4eae227cf3f7e68739a2b58 Mon Sep 17 00:00:00 2001 From: Alice Date: Fri, 13 Jun 2025 16:38:46 +0200 Subject: [PATCH] removed n_modules from python bindings --- python/src/raw_file.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/python/src/raw_file.hpp b/python/src/raw_file.hpp index 689b84e..7cfb9c9 100644 --- a/python/src/raw_file.hpp +++ b/python/src/raw_file.hpp @@ -101,7 +101,6 @@ void define_raw_file_io_bindings(py::module &m) { .def_property_readonly("cols", &RawFile::cols) .def_property_readonly("bitdepth", &RawFile::bitdepth) .def_property_readonly("geometry", &RawFile::geometry) - .def_property_readonly("n_modules", &RawFile::n_modules) .def_property_readonly("detector_type", &RawFile::detector_type) .def_property_readonly("master", &RawFile::master); } \ No newline at end of file