aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-10-09 14:50:02 +0200
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commitd84acbbb0cfdd8156f318fadf05c176f1922d28a (patch)
treee6b2c93fcbe83e2bdaa08b7bc6e6a8d03e079914 /julia/CrystFEL/src/CrystFEL.jl
parent355246a6197ad2fcd7a030eb4dd5890f0c32ce8e (diff)
Add wrapper for detector panels
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 6e72757a..859c8833 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -11,6 +11,10 @@ Julia bindings for CrystFEL data structures and routines
"""
module CrystFEL
+include("detgeom.jl")
+using .DetGeoms
+export Panel, DetGeom
+
include("symmetry.jl")
using .Symmetry
export SymOpList