Xscale: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
UNIT_CELL_PARAMETERS= | UNIT_CELL_PARAMETERS= | ||
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. | ||
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 | |||
''Much more to come'' | ''Much more to come'' |
Revision as of 15:01, 20 December 2007
XSCALE ist the scaling program of the XDS suite.
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.
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
Much more to come