added support for eiger quad

This commit is contained in:
2026-08-24 14:28:31 +02:00
parent 21d7778ded
commit 59d96550f1
3 changed files with 43 additions and 1 deletions
+4
View File
@@ -115,6 +115,10 @@ RawMasterFile::RawMasterFile(const std::filesystem::path &fpath)
} else {
throw std::runtime_error(LOCATION + "Unsupported file type");
}
if (m_quad == 1 && m_udp_port_types.has_value()) {
m_udp_port_types.value() = {"top", "bottom"};
}
}
RawMasterFile::RawMasterFile(std::istream &is, const std::string &fname)