#!/bin/sh # The procedure #---> pdbset #---> sfall #---> cad #---> tffc # Test of translation function procedure # NB: a translation solution here will be # either 0.0 0.0 0.0 # or 0.5 0.0 0.0 # or 0.5 0.5 0.0 # or 0.5 0.0 0.5 # or 0.5 0.5 0.5 # or 0.0 0.5 0.0 # or 0.0 0.5 0.5 # or 0.0 0.0 0.5 # since we are "searching" with the actual coordinates set -e pdbset \ XYZIN $CEXAM/unix/runnable/toxd_mod_p1.pdb \ XYZOUT $CCP4_SCR/toxd_model_afterrotation.pdb \ << END-pdbset CELL 73.58 38.73 23.19 90.00 90.00 90.00 NCODE 1 ROTATE EULER 0 0 0 END-pdbset sfall HKLOUT $CCP4_SCR/toxd_p1.mtz \ XYZIN $CCP4_SCR/toxd_model_afterrotation.pdb \ <