Merge branch 'main' into developer

This commit is contained in:
Erik Fröjdh
2024-11-12 16:44:15 +01:00
committed by GitHub
6 changed files with 21 additions and 3 deletions

View File

@ -169,7 +169,7 @@ void define_file_io_bindings(py::module &m) {
});
py::class_<ScanParameters>(m, "ScanParameters")
.def(py::init<const std::string &>())
.def(py::init<const ScanParameters &>())
@ -199,6 +199,7 @@ void define_file_io_bindings(py::module &m) {
py::class_<RawSubFile>(m, "RawSubFile")
.def(py::init<const std::filesystem::path &, DetectorType, size_t,
size_t, size_t>())