diff options
author | Thomas White <taw@physics.org> | 2010-08-26 18:26:13 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:56 +0100 |
commit | 366da0c73ab3c94138033a6a6bf29e2f603c8a22 (patch) | |
tree | 9509d4492222be97ef5e70a4faff973b9654e5d5 /scripts/mtz2hkl | |
parent | b7620b55472dd5646547cb221cbd80d5e2349351 (diff) |
Add scripts/mtz2hkl
Diffstat (limited to 'scripts/mtz2hkl')
-rwxr-xr-x | scripts/mtz2hkl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/mtz2hkl b/scripts/mtz2hkl new file mode 100755 index 00000000..e0ea1e3a --- /dev/null +++ b/scripts/mtz2hkl @@ -0,0 +1,7 @@ +#!/bin/sh + +mtz2various hklin $1 hklout $2 <<EOF +LABIN H=H K=K L=L FP=FP +FSQUARED +OUTPUT USER '(3I4,F9.1)' +EOF |