mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-20 02:57:13 +02:00
able to get headers from multiple modules as well
This commit is contained in:
@ -137,6 +137,10 @@ std::optional<size_t> Hdf5MasterFile::number_of_rows() const {
|
||||
|
||||
xy Hdf5MasterFile::geometry() const { return m_geometry; }
|
||||
|
||||
size_t Hdf5MasterFile::n_modules() const {
|
||||
return m_geometry.row * m_geometry.col;
|
||||
}
|
||||
|
||||
std::optional<uint8_t> Hdf5MasterFile::quad() const { return m_quad; }
|
||||
|
||||
// optional values, these may or may not be present in the master file
|
||||
|
Reference in New Issue
Block a user