aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-11-08 16:24:15 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commita117a52f03dbba5ac030f5256752b0f39613d4ba (patch)
tree708201f792a94f7e51c7dbf7972c70b1e3a8a5fd
parent09cfb76007454cc5791e088675c4f458de240531 (diff)
Update alignment-test.jl
-rw-r--r--julia/alignment-test.jl5
1 files changed, 2 insertions, 3 deletions
diff --git a/julia/alignment-test.jl b/julia/alignment-test.jl
index 0adcfbe5..a72c79c6 100644
--- a/julia/alignment-test.jl
+++ b/julia/alignment-test.jl
@@ -2,7 +2,6 @@ using CrystFEL
dtempl = loaddatatemplate("julia/alignment-test.geom")
image = Image(dtempl)
-
cell = UnitCell(MonoclinicLattice, PrimitiveCell, 123, 45, 80, 90, 97, 90)
-
-truth = predictreflections(image, cell)
+cr = Crystal(cell, image)
+truth = predictreflections(cr, image)