aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-11-16 11:18:10 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commit30ccd129a682afd067ee105e8d9de7486be16a47 (patch)
tree5c1b00f2610dadf43f233ce08c33ce93b777fcf2 /julia/CrystFEL/src/CrystFEL.jl
parent2662f07afb9fbfe82c01cd110903d8afff3f8395 (diff)
Use wavelength and clen from DataTemplate if possible
Diffstat (limited to 'julia/CrystFEL/src/CrystFEL.jl')
-rw-r--r--julia/CrystFEL/src/CrystFEL.jl2
1 files changed, 1 insertions, 1 deletions
diff --git a/julia/CrystFEL/src/CrystFEL.jl b/julia/CrystFEL/src/CrystFEL.jl
index 11de649a..aa1b4518 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -32,7 +32,7 @@ export SymOpList
include("datatemplates.jl")
using .DataTemplates
-export DataTemplate, loaddatatemplate
+export DataTemplate, loaddatatemplate, wavelength, cameralength
include("peaklist.jl")
using .PeakLists