From 803b13ded1815c5e8f20740d6968d1d5def9baba Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 27 Mar 2014 11:40:57 +0100 Subject: scripts/create-mtz: Update for new reflection list format --- scripts/create-mtz | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/create-mtz b/scripts/create-mtz index f23a71f8..8a81cbad 100755 --- a/scripts/create-mtz +++ b/scripts/create-mtz @@ -33,10 +33,10 @@ TITLE Reflections from CrystFEL NAME PROJECT wibble CRYSTAL wibble DATASET wibble CELL 100 100 100 90 90 90 SYMM P1 -SKIP 1 +SKIP 3 LABOUT H K L IMEAN SIGIMEAN CTYPE H H H J Q -FORMAT '(3(F3.0,1X),F10.2,10X,F10.2)' +FORMAT '(3(F4.0,1X),F10.2,10X,F10.2)' EOF if [ $? -ne 0 ]; then echo "Failed."; exit; fi -- cgit v1.2.3