diff options
author | Thomas White <taw@physics.org> | 2022-03-08 17:21:34 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-03-08 17:22:26 +0100 |
commit | 44ab14686dc8a87793a68fdeacea6f5afe06038c (patch) | |
tree | 0dffbb327b996c373dcb4123c4d0ebebe10fbaca /tests/partialator_merge_check_3 | |
parent | 59e8a7ef447d0c8c56d33bfb7baf0010b5873fd7 (diff) |
Update merging tests to latest stream version
Diffstat (limited to 'tests/partialator_merge_check_3')
-rwxr-xr-x | tests/partialator_merge_check_3 | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/tests/partialator_merge_check_3 b/tests/partialator_merge_check_3 index ece2ad3f..8c998258 100755 --- a/tests/partialator_merge_check_3 +++ b/tests/partialator_merge_check_3 @@ -3,7 +3,7 @@ PARTIALATOR=$1 cat > partialator_merge_check_3.stream << EOF -CrystFEL stream format 2.1 +CrystFEL stream format 2.3 Command line: indexamajig -i dummy.lst -o dummy.stream --kraken=prawn ----- Begin geometry file ----- photon_energy = 9000 eV @@ -11,6 +11,8 @@ panel/min_fs = 0 panel/min_ss = 0 panel/max_fs = 1023 panel/max_ss = 1023 +panel/fs = x +panel/ss = y panel/corner_x = -100 panel/corner_y = -100 panel/clen = 50 mm @@ -30,10 +32,10 @@ bstar = -0.0068281 +0.0403989 -0.0005196 nm^-1 cstar = +0.0406926 +0.0052233 -0.0426520 nm^-1 profile_radius = 0.0005 nm^-1 Reflections measured after indexing - h k l I phase sigma(I) counts fs/px ss/px - 0 1 0 100.00 - 1.00 1 938.0 629.0 - 2 0 0 200.00 - 1.00 1 938.0 629.0 - 20 0 0 100.00 - 1.00 1 938.0 629.0 + h k l I sigma(I) peak background fs/px ss/px panel + 0 1 0 100.00 1.00 100.0 0.0 938.0 629.0 panel + 2 0 0 200.00 1.00 100.0 0.0 938.0 629.0 panel + 20 0 0 100.00 1.00 100.0 0.0 938.0 629.0 panel End of reflections --- End crystal --- Begin crystal @@ -43,11 +45,11 @@ bstar = -0.0068281 +0.0403989 -0.0005196 nm^-1 cstar = +0.0406926 +0.0052233 -0.0426520 nm^-1 profile_radius = 0.0005 nm^-1 Reflections measured after indexing - h k l I phase sigma(I) counts fs/px ss/px - 1 0 0 50.00 - 1.00 1 938.0 629.0 - 0 2 0 100.00 - 1.00 1 938.0 629.0 - 0 1 1 1.00 - 1.00 1 938.0 629.0 - 20 0 0 50.00 - 1.00 1 938.0 629.0 + h k l I sigma(I) peak background fs/px ss/px panel + 1 0 0 50.00 1.00 100.0 0.0 938.0 629.0 panel + 0 2 0 100.00 1.00 100.0 0.0 938.0 629.0 panel + 0 1 1 1.00 1.00 100.0 0.0 938.0 629.0 panel + 20 0 0 50.00 1.00 100.0 0.0 938.0 629.0 panel End of reflections --- End crystal ----- End chunk ----- |