aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-12-22 11:47:44 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:35 +0100
commit5d23e6a5204dbef1260f744d6d42efbd1fcd1538 (patch)
tree2d7776e1b323a58a9e31c0ab955f15fcf541faee /julia/CrystFEL/src/CrystFEL.jl
parent02b34871911a1b6c508e160a3ec5f0a1d602f8c9 (diff)
Julia: Allow access to image.crystals
image.crystals returns a vector of Crystal objects, while push!(image,crystal) can be used to add a new crystal.
Diffstat (limited to 'julia/CrystFEL/src/CrystFEL.jl')
-rw-r--r--julia/CrystFEL/src/CrystFEL.jl8
1 files changed, 4 insertions, 4 deletions
diff --git a/julia/CrystFEL/src/CrystFEL.jl b/julia/CrystFEL/src/CrystFEL.jl
index 7db1ba19..dbe31eae 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -39,10 +39,6 @@ include("peaklist.jl")
using .PeakLists
export PeakList
-include("image.jl")
-using .Images
-export Image
-
include("reflists.jl")
using .RefLists
export RefList, loadreflist
@@ -52,6 +48,10 @@ include("crystal.jl")
using .Crystals
export Crystal, InternalCrystal
+include("image.jl")
+using .Images
+export Image
+
include("diffcalc.jl")
using .DiffractionCalculations
export predictreflections