>Is there any easy to convert a colume in mtz file (say fom) into a fixed
>value? I tried to convert to ascii first, but mtz2various only takes 1
>single FP colume (unfortunately I have 2). Thanks!

Can't think why you might want to do this, but sftools will do it.

shellscript:

#!/bin/bash

sftools <<EOF
read
input.mtz
calc W col FOM = 0.5
write
output.mtz
STOP
EOF


James

Reply via email to