#!/bin/csh -f
#
scalepack2mtz hklin mtz/native.sca \
hklout mtz/native_i.mtz <<eof
SYMM 90
ANOMALOUS NO
END
eof
#
scalepack2mtz hklin mtz/hg.sca \
hklout mtz/hg_i.mtz <<eof
SYMM 90
ANOMALOUS YES
END
eof
#
scalepack2mtz hklin mtz/pt.sca \
hklout mtz/pt_i.mtz <<eof
SYMM 90
ANOMALOUS YES
END
eof
#
scalepack2mtz hklin mtz/pb.sca \
hklout mtz/pb_i.mtz <<eof
SYMM 90
ANOMALOUS YES
END
eof # |
CCP4 document for
scalepack2mtz
The native scalepack data set, native.sca, is converted to mtz format
first, followed by three derivatives, Hg, Pt, and Pb.
SYMM -This keyword is compulsory and can be given as the space group
name or number. Here we are using space group number 90, otherwise known
as P4212.
ANOMALOUS -Specify whether or not input file contains anomalous data.
It is set to NO for the native, and YES for the derivatives.
---------Logfile from scalepack2mtz----------
For each data set check the log file to see that the number of columns,
reflections, unit cell, and space group are what you intended. An exerpt
from scalepac2mtz on the hg derivative is shown below:
* Number of Columns = 9
* Number of Reflections = 19946
* Column Labels :
H K L IMEAN SIGIMEAN I(+) SIGI(+) I(-) SIGI(-)
* Column Types :
H H H J Q K M K M
* Cell Dimensions :
92.635 92.635 114.259 90.000 90.000 90.000
* Resolution Range :
0.00047 0.17361 ( 46.318 - 2.400 A )
* Space group = P4212 (number 90) |