aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-11-13 08:56:03 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commitb22775e1e512a28c6918a3f77cc91e55ef8a1750 (patch)
tree3e482c136ad9b324f7780e702a31b472372c244d /julia/CrystFEL/src/CrystFEL.jl
parent8ad62271e568c6e80a7b69dccfd575007dca7946 (diff)
Julia: Implement PeakList
Diffstat (limited to 'julia/CrystFEL/src/CrystFEL.jl')
-rw-r--r--julia/CrystFEL/src/CrystFEL.jl4
1 files changed, 4 insertions, 0 deletions
diff --git a/julia/CrystFEL/src/CrystFEL.jl b/julia/CrystFEL/src/CrystFEL.jl
index 590b8973..76305e24 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -34,6 +34,10 @@ include("datatemplates.jl")
using .DataTemplates
export DataTemplate, loaddatatemplate
+include("peaklist.jl")
+using .PeakLists
+export PeakList
+
include("image.jl")
using .Images
export Image