diff options
author | Thomas White <taw@physics.org> | 2010-12-01 17:45:54 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:07 +0100 |
commit | 796feb582e9dff7511c411f0e97dcdf382a6f85d (patch) | |
tree | a1a2e596c014dc5a0d676924a8051c371d5d2b80 | |
parent | 9bf30968f24870f2ed3f4aa1034043b5bc290479 (diff) |
Update scripts/create-mtz
-rwxr-xr-x | scripts/create-mtz | 2 |
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'..." |