Xscale: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[http://www.mpimf-heidelberg.mpg.de/~kabsch/xds/html_doc/xscale_parameters.html XSCALE] ist the scaling program of the XDS suite. | [http://www.mpimf-heidelberg.mpg.de/~kabsch/xds/html_doc/xscale_parameters.html XSCALE] ist the scaling program of the XDS suite. | ||
A minimal input file to combine two datasets into one file is: | |||
OUTPUT_FILE=fae-merge.ahkl | |||
INPUT_FILE= ../fae-ip/xds_1/XDS_ASCII.HKL | |||
INPUT_FILE= ../fae-ip/xds_2/XDS_ASCII.HKL | |||
The latest versions do not require | The latest versions do not require | ||
Line 6: | Line 11: | ||
in XSCALE.INP because they pick these parameters up from the header of the first input reflection file. | in XSCALE.INP because they pick these parameters up from the header of the first input reflection file. | ||
To enable radiation damage correction ([http://dx.doi.org/10.1107/S0907444903006516 K. Diederichs, S. McSweeney and R. B. G. Ravelli (2003) Zero-dose extrapolation as part of macromolecular synchrotron data reduction. Acta Cryst. (2003). D59, 903-909]) it suffices to use the CRYSTAL_NAME keyword. '''The CRYSTAL_NAME parameters of different datasets do not have to be different'''. If they are different, this results in more degrees of freedom (namely, the slopes of the reflection intensity as a function of dose) for the program to fit the observed changes of intensities which are induced by radiation damage. However, if the datasets are based on the same crystal, or the datasets are based on crystals from the same drop, it is reasonable to assume that the slopes are the same. | |||
Example: | |||
OUTPUT_FILE=fae-merge.ahkl | OUTPUT_FILE=fae-merge.ahkl | ||
INPUT_FILE= ../fae-ip/xds_1/XDS_ASCII.HKL | INPUT_FILE= ../fae-ip/xds_1/XDS_ASCII.HKL ! | ||
INPUT_FILE= ../fae-ip/xds_2/XDS_ASCII.HKL | CRYSTAL_NAME=ip | ||
INPUT_FILE= ../fae-ip/xds_2/XDS_ASCII.HKL ! same crystal, but translated along z | |||
CRYSTAL_NAME=ip | |||
''Much more to come'' | ''Much more to come'' |
Revision as of 16:40, 20 December 2007
XSCALE ist the scaling program of the XDS suite.
A minimal input file to combine two datasets into one file is:
OUTPUT_FILE=fae-merge.ahkl INPUT_FILE= ../fae-ip/xds_1/XDS_ASCII.HKL INPUT_FILE= ../fae-ip/xds_2/XDS_ASCII.HKL
The latest versions do not require
SPACE_GROUP_NUMBER= UNIT_CELL_PARAMETERS=
in XSCALE.INP because they pick these parameters up from the header of the first input reflection file.
To enable radiation damage correction (K. Diederichs, S. McSweeney and R. B. G. Ravelli (2003) Zero-dose extrapolation as part of macromolecular synchrotron data reduction. Acta Cryst. (2003). D59, 903-909) it suffices to use the CRYSTAL_NAME keyword. The CRYSTAL_NAME parameters of different datasets do not have to be different. If they are different, this results in more degrees of freedom (namely, the slopes of the reflection intensity as a function of dose) for the program to fit the observed changes of intensities which are induced by radiation damage. However, if the datasets are based on the same crystal, or the datasets are based on crystals from the same drop, it is reasonable to assume that the slopes are the same. Example:
OUTPUT_FILE=fae-merge.ahkl INPUT_FILE= ../fae-ip/xds_1/XDS_ASCII.HKL ! CRYSTAL_NAME=ip INPUT_FILE= ../fae-ip/xds_2/XDS_ASCII.HKL ! same crystal, but translated along z CRYSTAL_NAME=ip
Much more to come