aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-12-01 17:45:54 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:07 +0100
commit796feb582e9dff7511c411f0e97dcdf382a6f85d (patch)
treea1a2e596c014dc5a0d676924a8051c371d5d2b80 /scripts
parent9bf30968f24870f2ed3f4aa1034043b5bc290479 (diff)
Update scripts/create-mtz
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-mtz2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-mtz b/scripts/create-mtz
index 684914a8..edd55933 100755
--- a/scripts/create-mtz
+++ b/scripts/create-mtz
@@ -24,6 +24,7 @@ fi
# PS1: CELL 281 281 165.2 90 90 120
+# PS2: CELL 139 232 309 90 90 90
# Start by putting the CrystFEL intensities into an MTZ file
echo "Running 'f2mtz'..."
f2mtz HKLIN $1 HKLOUT $TMPFILE > out.html << EOF
@@ -38,7 +39,6 @@ FORMAT '(F3.0,1X,F3.0,1X,F3.0,1X,F10.2,10X,F10.2)'
EOF
if [ $? -ne 0 ]; then echo "Failed."; exit; fi
-exit 0
# Get the unit cell contents
echo "Running 'rwcontents'..."