diff options
author | Thomas White <taw@physics.org> | 2016-12-13 11:24:48 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2016-12-13 11:24:48 +0100 |
commit | 25418e68b5ba3ead044aaf4eed12eff51d65cb92 (patch) | |
tree | c5f01819e27dd49756bc25555e1be88960dbe8d9 /tests/second_merge_check | |
parent | 7d1c7f5f3d6e6acb82c7677b29de150a0633dccf (diff) |
Fix tests for new polarisation correction
Actually, disable the polarisation correction in the tests.
Diffstat (limited to 'tests/second_merge_check')
-rwxr-xr-x | tests/second_merge_check | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/second_merge_check b/tests/second_merge_check index ed2ba9f9..1283cb0a 100755 --- a/tests/second_merge_check +++ b/tests/second_merge_check @@ -38,10 +38,10 @@ cat > second_merge_check_ans.hkl << EOF CrystFEL reflection list version 2.0 Symmetry: -1 h k l I phase sigma(I) nmeas - 1 0 0 150.03 - 35.36 2 + 1 0 0 150.00 - 35.36 2 EOF -src/process_hkl -y -1 -i second_merge_check.stream -o second_merge_check.hkl +src/process_hkl -y -1 -i second_merge_check.stream -o second_merge_check.hkl --no-polarisation ex -c '/End of reflections/ .,$d x' second_merge_check.hkl |