#!/bin/sh set -e coords=$CEXAM/toxd/toxd.pdb # coordinates resmax=2.7 # high resolution limit fobs=$CCP4_SCR/toxd_phase_mir.mtz # file including Fobs base=$CCP4_SCR/toxd # base file name for all files if test ! -f $fobs; then echo '! Run mlphare.exam first' 1>&2 exit 1 fi # Calculate an Fo-Fc map and find position of significant peaks ################################################################### # Add Fc and Phic to the reflection file ################################################################### sfall xyzin $coords hklin $fobs \ hklout ${base}_fc <