aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-01-30 15:39:15 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:35 +0100
commitcaf4062de65c47146965a8d8caadbf9b642405b7 (patch)
tree7a5bc094b255add972670e6949b79a9f91c4f166 /julia/CrystFEL/src/CrystFEL.jl
parentf2829b1abb24be08a9f7214ec2d54ad9d142d7e7 (diff)
Julia: Add peak search algorithms
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 daea5284..230def00 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -82,4 +82,8 @@ include("millepede.jl")
using .Millepede
export Mille
+include("peaksearch.jl")
+using .PeakSearch
+export zaefpeaks, peakfinder8, peakfinder9
+
end # of module