aboutsummaryrefslogtreecommitdiff
path: root/tests/fourth_merge_check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fourth_merge_check')
-rwxr-xr-xtests/fourth_merge_check10
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/fourth_merge_check b/tests/fourth_merge_check
index 08d2d291..619afc02 100755
--- a/tests/fourth_merge_check
+++ b/tests/fourth_merge_check
@@ -5,7 +5,6 @@ CrystFEL stream format 2.0
Command line: indexamajig -i dummy.lst -o dummy.stream --kraken=prawn
----- Begin chunk -----
Image filename: dummy.h5
-No unit cell from indexing.
Cell parameters 27.74398 27.84377 16.90346 nm, 88.53688 91.11774 118.75944 deg
astar = -0.0283891 +0.0149254 -0.0257273 nm^-1
bstar = -0.0068281 +0.0403989 -0.0005196 nm^-1
@@ -19,10 +18,15 @@ End of reflections
----- End chunk -----
EOF
+cat > fourth_merge_check_ans.hkl << EOF
+ h k l I phase sigma(I) counts fs/px ss/px
+End of reflections
+EOF
+
src/process_hkl -i fourth_merge_check.stream -o fourth_merge_check.hkl
-diff fourth_merge_check.hkl tests/fourth_merge_check.hkl
+diff fourth_merge_check.hkl fourth_merge_check_ans.hkl
if [ $? -ne 0 ]; then
exit 1
fi
-rm -f fourth_merge_check.stream fourth_merge_check.hkl
+rm -f fourth_merge_check.stream fourth_merge_check.hkl fourth_merge_check_ans.hkl
exit 0