aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-11-08 10:16:03 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commit09cfb76007454cc5791e088675c4f458de240531 (patch)
tree3bc48e8ccb799ce0b9bda85a1517a2f934231e02 /julia/CrystFEL/src/CrystFEL.jl
parent25007d935f34186cc4bcdc0e73de6e4ecc0bd623 (diff)
Julia: Distinguish between merged and unmerged reflections
An experiment. The C interface doesn't have this distinction, but it seems like it might be helpful.
Diffstat (limited to 'julia/CrystFEL/src/CrystFEL.jl')
-rw-r--r--julia/CrystFEL/src/CrystFEL.jl3
1 files changed, 2 insertions, 1 deletions
diff --git a/julia/CrystFEL/src/CrystFEL.jl b/julia/CrystFEL/src/CrystFEL.jl
index 5577ba7e..0496897f 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -40,6 +40,7 @@ export Image
include("reflists.jl")
using .RefLists
-export RefList, Reflection, loadreflist, reflections
+export RefList, loadreflist
+export Reflection, MergedReflection, UnmergedReflection
end # of module