18
edits
Docandreas (talk | contribs) (add info on XDS custom syntax for vim) |
|||
Line 1: | Line 1: | ||
XDS.INP is a user-provided file that is read by [[XDS]]. Each line consists of one or more <keyword>=<parameter(s)> pairs. Anything after a "!" is a comment. | XDS.INP is a user-provided file that is read by [[XDS]]. Each line consists of one or more <keyword>=<parameter(s)> pairs. Anything after a "!" is a comment. | ||
Complete documentation is at http://www.mpimf-heidelberg.mpg.de/~kabsch/xds/html_doc/xds_parameters.html . | * Complete documentation is at http://www.mpimf-heidelberg.mpg.de/~kabsch/xds/html_doc/xds_parameters.html . | ||
Templates for various detectors are at http://www.mpimf-heidelberg.mpg.de/~kabsch/xds/html_doc/xds_prepare.html . | * Templates for various detectors are at http://www.mpimf-heidelberg.mpg.de/~kabsch/xds/html_doc/xds_prepare.html . | ||
A small and expandable script to generate XDS.INP is called [[generate_XDS.INP]] . | * A small and expandable script to generate XDS.INP is called [[generate_XDS.INP]]. | ||
* Define a [[custom syntax in VIM]] for better legibility of XDS.INP. | |||
== Required keywords == | == Required keywords == |
edits