aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-10-26 15:13:58 +0200
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commit1c84fcd33eb97b1151b34e7e19efeded6344f42f (patch)
tree2818c7cd366ea7a3c1a77ecf00c80c2166008252 /julia/CrystFEL/src/CrystFEL.jl
parentef0611804113ae6dfb66ee4168f2a22f51f81920 (diff)
Julia: Add image_create_for_simulation
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 cdb99979..165b71eb 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -17,10 +17,6 @@ include("detgeom.jl")
using .DetGeoms
export Panel, DetGeom
-include("image.jl")
-using .Images
-export Image
-
include("symmetry.jl")
using .Symmetry
export SymOpList
@@ -29,6 +25,10 @@ include("datatemplates.jl")
using .DataTemplates
export DataTemplate, loaddatatemplate
+include("image.jl")
+using .Images
+export Image
+
include("reflists.jl")
using .RefLists
export RefList, Reflection, loadreflist, savereflections