added support for old old moench files

This commit is contained in:
froejdh_e
2024-11-27 16:27:55 +01:00
parent 8bf9ac55ce
commit 0df8e4bb7d
6 changed files with 68 additions and 5 deletions

View File

@ -17,6 +17,9 @@ RawFile::RawFile(const std::filesystem::path &fname, const std::string &mode)
n_subfiles = find_number_of_subfiles(); // f0,f1...fn
n_subfile_parts =
m_master.geometry().col * m_master.geometry().row; // d0,d1...dn
find_geometry();
update_geometry_with_roi();