aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-03-27 11:40:57 +0100
committerThomas White <taw@physics.org>2014-03-27 11:40:57 +0100
commit803b13ded1815c5e8f20740d6968d1d5def9baba (patch)
tree108b91e75e17bddd43430299ebeb1f4c5800a10d
parentfddfbb4fd069d914865afc53053574b87ba2d552 (diff)
scripts/create-mtz: Update for new reflection list format
-rwxr-xr-xscripts/create-mtz4
1 files 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