#!/bin/csh -f # # Calculate map PFA after Xplor # set saved = ~/pfk/bsr cd $scr0 set fobs = ${saved}/bsr2_F set cycle = 46 set coords = ${saved}/bsrpfa_${cycle}.pdb set maxres = 2.5 set map = bsrpfa_${cycle} sfall hklin ${fobs} xyzin ${coords} \ hklout ${fobs}_Fc << eof-1 title BSR crystal 2 (phosphate/F6P/AMPPNP), Fc from cyc ${cycle} (Fru6P) grid 240 160 120 bins 40 rscb 5.0 ${maxres} mode sfcalc hklin xyzin sfsgrp P1 symmetry I222 ngauss 2 form P Mg+2 labin FP=FPFA SIGFP=SIGFPFA labout FC=FC PHIC=PHIC end eof-1 rstats hklin ${fobs}_Fc << eof title . . for analysis only resolution 10 2.5 rscb 5 2.5 output nohkl cycles 3 labin FP=FPFA SIGFP=SIGFPFA FC=FC PHIC=PHIC eof sigmaa: sigmaa hklin ${fobs}_Fc hklout ${fobs}_FcW << eof partial ranges 10 labin FP=FPFA SIGFP=SIGFPFA FC=FC PHIC=PHIC end eof maps: # # 2Fo-Fc map # fftbig hklin ${fobs}_FcW mapout ${map}_2fo <