Xdsconv: Difference between revisions
Jump to navigation
Jump to search
(New page: [http://www.mpimf-heidelberg.mpg.de/~kabsch/xds/html_doc/xdsconv_parameters.html XDSCONV] is the conversion program of the XDS suite. Possible output formats are SHELX, CNS, MTZ (FIXM...) |
mNo edit summary |
||
Line 7: | Line 7: | ||
UNIT_CELL_PARAMETERS= | UNIT_CELL_PARAMETERS= | ||
because these are picked up from the header of the input reflection file. | because these are picked up from the header of the input reflection file. | ||
A typical input file might thus look like | |||
INPUT_FILE=XDS_ASCII.HKL | |||
INCLUDE_RESOLUTION_RANGE=50 1 ! optional | |||
OUTPUT_FILE=temp.hkl CCP4 FRIEDEL'S_LAW=FALSE | |||
''More to come'' | ''More to come'' |
Revision as of 16:47, 4 December 2007
XDSCONV is the conversion program of the XDS suite.
Possible output formats are SHELX, CNS, MTZ (FIXME: which else).
The latest versions of the program do not require
SPACE_GROUP_NUMBER= UNIT_CELL_PARAMETERS=
because these are picked up from the header of the input reflection file.
A typical input file might thus look like
INPUT_FILE=XDS_ASCII.HKL INCLUDE_RESOLUTION_RANGE=50 1 ! optional OUTPUT_FILE=temp.hkl CCP4 FRIEDEL'S_LAW=FALSE
More to come