[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ccp4bb]: mtz to cns
*** For details on how to be removed from this list visit the ***
*** CCP4 home page http://www.ccp4.ac.uk ***
Dear All:
I am using mtz2various to convert mtz file containing DANO and SINGDANO
columns to CNS format. In the output file , DANO and SIGANO columns are
missed.
Why? According to the document of the program, DP and SINGDP columns can
be recognised. Can anyone explain it? Thanks.
There is my input script file:
#!/bin/sh -f
#
mtz2various hklin 3121_2.4A230502t.mtz hklout 3121_2.4A230502cns.hkl\
<<eof
LABIN FP=co1_F SIGFP=co1_SIGF DP=DANO SIGDP=SIGDANO
OUTPUT CNS
END
eof
###
Regards,
Xue-yuan