v1.0.0-rc.36

This commit is contained in:
2025-05-05 19:32:22 +02:00
parent 759243d1bf
commit 040cf08386
333 changed files with 22724 additions and 15251 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "../common/DiffractionSpot.h"
TEST_CASE("DiffractionSpot_ConvertToImageCoordinates", "[LinearAlgebra][Coord]") {
DiffractionExperiment experiment(DetectorGeometry(4, 2, 8, 36, true));
DiffractionExperiment experiment(DetJF(4, 2, 8, 36, true));
DiffractionSpot spot_1(800, 300, 12);
spot_1 += DiffractionSpot(800, 301, 4);
spot_1 += DiffractionSpot(801, 300, 12);