aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-12-20 11:06:33 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commite532c6dd7f5344fcdacfdca54bd2810f05d87b65 (patch)
tree119107cff148b80d8c38f4b9028a54db14acff20 /julia/CrystFEL/src/CrystFEL.jl
parentf9fa74c28a8b484cb4c268bcde4469c1b77ea3fe (diff)
Julia: Stream opening
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 47f09d41..17ad2677 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -60,4 +60,8 @@ include("indexing.jl")
using .Indexing
export Indexer, index
+include("streams.jl")
+using .Streams
+export Stream
+
end # of module