aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-02-02 15:10:12 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:35 +0100
commit85da29bd648334ddac81537c6309fefab68547a4 (patch)
tree1e17d7dfb520de25b91b3cb09ce4a956ee86d981 /julia/CrystFEL/src/CrystFEL.jl
parentc1cd21679686f59d8f3533145108118419b40356 (diff)
Julia: Add 'rotategroup!'
Diffstat (limited to 'julia/CrystFEL/src/CrystFEL.jl')
-rw-r--r--julia/CrystFEL/src/CrystFEL.jl3
1 files changed, 2 insertions, 1 deletions
diff --git a/julia/CrystFEL/src/CrystFEL.jl b/julia/CrystFEL/src/CrystFEL.jl
index 86637014..91af5d19 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -46,7 +46,8 @@ export SymOpList, asymmetricindices
include("datatemplates.jl")
using .DataTemplates
-export DataTemplate, loaddatatemplate, wavelength, cameralength, translategroup!
+export DataTemplate, loaddatatemplate, wavelength, cameralength
+export translategroup!, rotategroup!
include("peaklist.jl")
using .PeakLists