diff options
author | Thomas White <taw@physics.org> | 2014-04-29 13:57:41 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-04-29 13:57:41 +0200 |
commit | 4a0506f0da48081e99daa2e14e84bf44be502fab (patch) | |
tree | 73fb49406150e8851da043e891ebac6c83e8939d | |
parent | edb11fb700e8f6a17e03b54e203e13c26cf5ab3c (diff) |
scripts/gen-sfs-ano: Update reflection list format
-rwxr-xr-x | scripts/gen-sfs-ano | 3 |
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> ) { |