v1.0.0-rc.36
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user