From dd4229075833077eeb4e12eea06604cbf2e057a9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 15 Nov 2023 17:02:19 +0100 Subject: Julia: initial indexing framework --- julia/CrystFEL/src/CrystFEL.jl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'julia/CrystFEL/src/CrystFEL.jl') diff --git a/julia/CrystFEL/src/CrystFEL.jl b/julia/CrystFEL/src/CrystFEL.jl index 76305e24..33ca75a8 100644 --- a/julia/CrystFEL/src/CrystFEL.jl +++ b/julia/CrystFEL/src/CrystFEL.jl @@ -55,4 +55,8 @@ include("diffcalc.jl") using .DiffractionCalculations export predictreflections +include("indexing.jl") +using .Indexing +export Indexer + end # of module -- cgit v1.2.3