DiffractionExperiment: Remove DetectorMode::Raw

This commit is contained in:
2025-11-04 20:52:36 +01:00
parent 3096454e7d
commit 5431f9cefb
14 changed files with 123 additions and 160 deletions

View File

@@ -21,7 +21,7 @@ TEST_CASE("DiffractionSpot_AddOperator","[StrongPixelSet]") {
TEST_CASE("StrongPixelSet_BuildSpots","[StrongPixelSet]") {
DiffractionExperiment experiment(DetJF(1,1,0,0,false));
experiment.Mode(DetectorMode::Raw);
experiment.Raw();
SpotFindingSettings settings;
settings.low_resolution_limit = 200.0;