XDS.INP: Difference between revisions

76 bytes added ,  26 April 2017
add info on XDS custom syntax for vim
(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 ==
18

edits