aboutsummaryrefslogtreecommitdiff
path: root/julia/process_hkl.jl
diff options
context:
space:
mode:
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