diff options
Diffstat (limited to 'scripts/mtz2hkl')
-rwxr-xr-x | scripts/mtz2hkl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/mtz2hkl b/scripts/mtz2hkl index e0ea1e3a..507f75c8 100755 --- a/scripts/mtz2hkl +++ b/scripts/mtz2hkl @@ -1,7 +1,8 @@ #!/bin/sh mtz2various hklin $1 hklout $2 <<EOF -LABIN H=H K=K L=L FP=FP -FSQUARED -OUTPUT USER '(3I4,F9.1)' +LABIN H=H K=K L=L I=IMEAN SIGI=SIGIMEAN +OUTPUT USER '(3I4,2F15.1)' EOF + +echo "Now use hkl2hkl (without modification) to convert $2 to a CrystFEL file" |