diff options
-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> ) { |