diff options
author | Thomas White <taw@physics.org> | 2020-05-12 11:29:24 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-05-12 11:30:37 +0200 |
commit | 32c4a7d90af646184ffe75daa5c5cbba3f7738dd (patch) | |
tree | dc4856bc0df7d7202b9249b0dbd36086017ae7e8 /scripts/hkl2hkl | |
parent | 46f0a3908edb0339ff6c475bc6a3c5040b077109 (diff) |
scripts/*2hkl: Add reflection list header
Diffstat (limited to 'scripts/hkl2hkl')
-rwxr-xr-x | scripts/hkl2hkl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/hkl2hkl b/scripts/hkl2hkl index 1557bfd7..3249938a 100755 --- a/scripts/hkl2hkl +++ b/scripts/hkl2hkl @@ -4,6 +4,8 @@ use strict; my $line; +printf("CrystFEL reflection list version 2.0\n"); +printf("Symmetry: 1\n"); printf(" h k l I phase sigma(I) nmeas\n"); while ( $line = <STDIN> ) { |