Hi, 

thank you for your suggestions, the difference I am
seeing in the maps is mainly with the Fo-Fc maps i.e.
what appears in coot does not always appear in
O/Pymol. Here are the scripts for FFT and MAPMASK:

FFT

#!/bin/sh

set -e

fft hklin  model.mtz  mapout fofc_f.map <<eof
title fofc map
labin F1=FOFCWT PHI=PHFOFCWT
end
eof

#
fft hklin  model.mtz  mapout 2fofc_f.map <<eof
title 2fofc map
labin F1=2FOFCWT PHI=PH2FOFCWT
end
eof

MAPMASK

#!/bin/sh

set -e

# Run mapmask after fft to extend the map
mapmask mapin fofc_f.map  mapout fofc_fext.map \
        xyzin  model.pdb <<eof
border 2.0
eof
#
mapmask mapin 2fofc_f.map  mapout 2fofc_fext.map \
        xyzin model.pdb <<eof
border 2.0
eof

I will try and get some figures.
 

Regards
Mac


 
____________________________________________________________________________________
Sucker-punch spam with award-winning protection. 
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.html

Reply via email to