aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen-sfs-ano
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gen-sfs-ano')
-rwxr-xr-xscripts/gen-sfs-ano7
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/gen-sfs-ano b/scripts/gen-sfs-ano
index 522e0a6d..05eb69d2 100755
--- a/scripts/gen-sfs-ano
+++ b/scripts/gen-sfs-ano
@@ -48,8 +48,7 @@ use strict;
my \$line;
open(FILE, "${PDB}-temp1.hkl");
-printf(" h k l I phase sigma(I) 1/d(nm^-1) ".
- "counts fs/px ss/px\\n");
+printf(" h k l I phase sigma(I) counts fs/px ss/px\\n");
while ( \$line = <FILE> ) {
@@ -62,10 +61,10 @@ while ( \$line = <FILE> ) {
my \$iminus = \$5*\$5;
printf("%3i %3i %3i %10.2f - 0.0 %s %7i %6.1f %6.1f\n",
- \$h, \$k, \$l, \$iplus, " -", 1, 0.0, 0.0);
+ \$h, \$k, \$l, \$iplus, 1, 0.0, 0.0);
printf("%3i %3i %3i %10.2f - 0.0 %s %7i %6.1f %6.1f\n",
- -\$h, -\$k, -\$l, \$iminus, " -", 1, 0.0, 0.0);
+ -\$h, -\$k, -\$l, \$iminus, 1, 0.0, 0.0);
} else {
printf(STDERR "Couldn't understand line '%s'\n", \$line);