blob: 507f75c82fbc9982cf8ddc7dd8d606704a498276 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
mtz2various hklin $1 hklout $2 <<EOF
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"
|