aboutsummaryrefslogtreecommitdiff
path: root/julia/process_hkl.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-04-18 14:32:14 +0200
committerThomas White <taw@physics.org>2024-04-18 14:32:14 +0200
commit52bde38abbcb53d163355a71fc9e99332ffe3dee (patch)
tree54bf334103708bcbf0b821c583b06f66769edf22 /julia/process_hkl.jl
parent536d1a563e5c93cbbefb3556ea897acaf8fa70ce (diff)
parent62a2fdee1b7e69a1fe1ecb58e286866c41b6bb81 (diff)
Merge branch 'julia'
Diffstat (limited to 'julia/process_hkl.jl')
-rw-r--r--julia/process_hkl.jl7
1 files changed, 7 insertions, 0 deletions
diff --git a/julia/process_hkl.jl b/julia/process_hkl.jl
new file mode 100644
index 00000000..34e6104e
--- /dev/null
+++ b/julia/process_hkl.jl
@@ -0,0 +1,7 @@
+using CrystFEL
+using LinearAlgebra
+
+let st = Stream("/home/twhite/experiments/cxidb-193/short.stream", "r"),
+ merged = mergereflections(allcrystals(st), SymOpList("mmm"))
+ savereflist!(merged, "merged.hkl")
+end