diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-07-30 20:32:55 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-07-30 20:42:51 -0700 |
commit | 0b262aa61f587b69fd46c95841342886580f4946 (patch) | |
tree | 995a2619022ac01e0f96611f47eb37adf195641d /scripts/mtz2hkl | |
parent | 31f6c26cd344c01e0c329fa812cf78a7ef9dc700 (diff) |
Update *2hkl scripts, add cif2hkl
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" |