From 32c4a7d90af646184ffe75daa5c5cbba3f7738dd Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 12 May 2020 11:29:24 +0200 Subject: scripts/*2hkl: Add reflection list header --- scripts/cif2hkl | 2 ++ scripts/hkl2hkl | 2 ++ scripts/mtz2hkl | 2 ++ 3 files changed, 6 insertions(+) diff --git a/scripts/cif2hkl b/scripts/cif2hkl index f03b1b69..04bfabe5 100755 --- a/scripts/cif2hkl +++ b/scripts/cif2hkl @@ -4,6 +4,8 @@ use strict; my $line; +printf("CrystFEL reflection list version 2.0\n"); +printf("Symmetry: 1\n"); printf(" h k l I phase sigma(I) nmeas\n"); while ( $line = ) { diff --git a/scripts/hkl2hkl b/scripts/hkl2hkl index 1557bfd7..3249938a 100755 --- a/scripts/hkl2hkl +++ b/scripts/hkl2hkl @@ -4,6 +4,8 @@ use strict; my $line; +printf("CrystFEL reflection list version 2.0\n"); +printf("Symmetry: 1\n"); printf(" h k l I phase sigma(I) nmeas\n"); while ( $line = ) { diff --git a/scripts/mtz2hkl b/scripts/mtz2hkl index 56a5fce1..e1c98251 100755 --- a/scripts/mtz2hkl +++ b/scripts/mtz2hkl @@ -11,6 +11,8 @@ use strict; my \$line; open(FILE, "$2.temp"); +printf("CrystFEL reflection list version 2.0\n"); +printf("Symmetry: 1\n"); printf(" h k l I phase sigma(I) nmeas\n"); while ( \$line = ) { -- cgit v1.2.3