From 29f05a21f0782201751e8ad5ff78b42836979f73 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 3 Mar 2014 17:03:28 +0100 Subject: Update scripts for new reflection list format --- scripts/create-xscale | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'scripts/create-xscale') diff --git a/scripts/create-xscale b/scripts/create-xscale index aca5aab2..6d9def4a 100755 --- a/scripts/create-xscale +++ b/scripts/create-xscale @@ -2,8 +2,10 @@ use strict; -# When you've edited the relevant parameters, delete this comment and the following two lines -printf("You need to edit this script first, to set the space group and cell parameters.\n"); +# When you've edited the relevant parameters, delete this comment and the +# following two lines +printf("You need to edit this script first, to set the space group and ". + "cell parameters.\n"); exit(1); open(FH, $ARGV[0]); @@ -31,7 +33,7 @@ while ( $line = ) { my $k = $2; my $l = $3; my $int = $4; - my $sig = $6; + my $sig = $6; # Yes, it's meant to be $6 not $5 ($5 is phase) printf("%6i %6i %5i %9.2f %9.2f\n", $h, $k, $l, $int, $sig); -- cgit v1.2.3