diff options
-rwxr-xr-x | scripts/create-mtz | 4 |
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 |