aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-01-22 11:54:52 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:35 +0100
commitc2bbea9374aa940c6dc5f8102614470aab1baa8e (patch)
treeddf2580ee23a8fee1d06ec66524e4e6512b246af /julia/CrystFEL/src/CrystFEL.jl
parentd371a2b753fd20da36ec6a46f06e4bc8f058f1fa (diff)
Julia: Expose partiality modelling
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 431fb51e..1b1ee52b 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -67,7 +67,8 @@ export Image
include("diffcalc.jl")
using .DiffractionCalculations
-export predictreflections
+export predictreflections, calculatepartialities!
+export PartialityModel, UnityModel, XSphereModel, OffsetModel, RandomModel, GeneralGaussianModel
include("indexing.jl")
using .Indexing