From c2bbea9374aa940c6dc5f8102614470aab1baa8e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 22 Jan 2024 11:54:52 +0100 Subject: Julia: Expose partiality modelling --- julia/CrystFEL/src/CrystFEL.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'julia/CrystFEL/src/CrystFEL.jl') 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 -- cgit v1.2.3