aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-04-29 13:57:41 +0200
committerThomas White <taw@physics.org>2014-04-29 13:57:41 +0200
commit4a0506f0da48081e99daa2e14e84bf44be502fab (patch)
tree73fb49406150e8851da043e891ebac6c83e8939d /scripts
parentedb11fb700e8f6a17e03b54e203e13c26cf5ab3c (diff)
scripts/gen-sfs-ano: Update reflection list format
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-sfs-ano3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/gen-sfs-ano b/scripts/gen-sfs-ano
index 0b2fa5b5..6632053a 100755
--- a/scripts/gen-sfs-ano
+++ b/scripts/gen-sfs-ano
@@ -48,6 +48,9 @@ use strict;
my \$line;
open(FILE, "${PDB}-temp1.hkl");
+printf("CrystFEL reflection list version 2.0\n");
+printf("Symmetry: %s\n", ${PG});
+
printf(" h k l I phase sigma(I) nmeas\n");
while ( \$line = <FILE> ) {