aboutsummaryrefslogtreecommitdiff
path: root/scripts/hkl2hkl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-05-12 11:29:24 +0200
committerThomas White <taw@physics.org>2020-05-12 11:30:37 +0200
commit32c4a7d90af646184ffe75daa5c5cbba3f7738dd (patch)
treedc4856bc0df7d7202b9249b0dbd36086017ae7e8 /scripts/hkl2hkl
parent46f0a3908edb0339ff6c475bc6a3c5040b077109 (diff)
scripts/*2hkl: Add reflection list header
Diffstat (limited to 'scripts/hkl2hkl')
-rwxr-xr-xscripts/hkl2hkl2
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> ) {