mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-12-24 05:51:27 +01:00
Fixing ROI read of RawFile (#125)
- Bugfixes - New abstraction for detector geometry - Tests for updating geo with ROI
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
#include "aare/File.hpp"
|
||||
#include "aare/RawMasterFile.hpp" //needed for ROI
|
||||
#include "aare/RawFile.hpp"
|
||||
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <filesystem>
|
||||
|
||||
#include "test_config.hpp"
|
||||
|
||||
|
||||
using aare::File;
|
||||
|
||||
TEST_CASE("Read number of frames from a jungfrau raw file", "[.integration]") {
|
||||
@@ -148,3 +151,5 @@ TEST_CASE("Read file with unordered frames", "[.integration]") {
|
||||
File f(fpath);
|
||||
REQUIRE_THROWS((f.read_frame()));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user