aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-11-09 11:07:25 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commitd482752291dce86107bf97cda0e163db6fcc7b70 (patch)
tree6b13ad09b7218f55fe20b4f90e9eb171a424b50f /julia/CrystFEL/src/CrystFEL.jl
parenta117a52f03dbba5ac030f5256752b0f39613d4ba (diff)
Julia: add initial Crystal type and reflection prediction
Diffstat (limited to 'julia/CrystFEL/src/CrystFEL.jl')
-rw-r--r--julia/CrystFEL/src/CrystFEL.jl8
1 files changed, 8 insertions, 0 deletions
diff --git a/julia/CrystFEL/src/CrystFEL.jl b/julia/CrystFEL/src/CrystFEL.jl
index 0496897f..590b8973 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -43,4 +43,12 @@ using .RefLists
export RefList, loadreflist
export Reflection, MergedReflection, UnmergedReflection
+include("crystal.jl")
+using .Crystals
+export Crystal, InternalCrystal
+
+include("diffcalc.jl")
+using .DiffractionCalculations
+export predictreflections
+
end # of module