aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-04-24 16:25:35 +0200
committerThomas White <taw@physics.org>2024-04-24 16:25:35 +0200
commit45796383dfa3a2daccaee2069e644268d1276c1d (patch)
tree8a3f3510418f6da590a0500a9e87e5e4f5c66161 /julia/CrystFEL/src/CrystFEL.jl
parent35028ce34d3e31f23873730cd55e01b36b2cc1e2 (diff)
Julia: Add 'setreflections!' to add a RefList for a Crystal in an image
Diffstat (limited to 'julia/CrystFEL/src/CrystFEL.jl')
-rw-r--r--julia/CrystFEL/src/CrystFEL.jl2
1 files changed, 1 insertions, 1 deletions
diff --git a/julia/CrystFEL/src/CrystFEL.jl b/julia/CrystFEL/src/CrystFEL.jl
index 897d2614..7aa5b5fe 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -64,7 +64,7 @@ export Crystal, InternalCrystal
include("image.jl")
using .Images
-export Image
+export Image, setreflections!
include("diffcalc.jl")
using .DiffractionCalculations