#!/bin/sh # # Run truncate after scala to give F's from intensities # set -e if test ! -f $CCP4_SCR/aucn_mrg.mtz; then echo '! run scala.exam first' 1>&2 exit 1 fi # truncate hklin $CCP4_SCR/aucn_mrg.mtz \ hklout $CCP4_SCR/aucn_trn.mtz <