2,684
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
For a file to be accepted as a REFERENCE_DATA_SET by XDS, it must look like: | Sometimes one wants to use a REFERENCE_DATA_SET which was not itself written out by XDS or XSCALE. | ||
For a file to be accepted as a REFERENCE_DATA_SET by XDS, it must minimally look like: | |||
<pre> | <pre> | ||
!FORMAT=XDS_ASCII | !FORMAT=XDS_ASCII | ||
Line 14: | Line 16: | ||
The columns do not have a specified width, and are separated by a blank (Fortran's free format). Such a file, which I would call "fake XDS_ASCII" can be easily obtained. Additional columns besides h k l I sigI will be ignored. Anomalous data in that file will be treated as required by the setting of FRIEDEL'S_LAW in XDS.INP. | The columns do not have a specified width, and are separated by a blank (Fortran's free format). Such a file, which I would call "fake XDS_ASCII" can be easily obtained. Additional columns besides h k l I sigI will be ignored. Anomalous data in that file will be treated as required by the setting of FRIEDEL'S_LAW in XDS.INP. | ||
''Please note that the REFERENCE_DATA_SET will only be used if SPACE_GROUP_NUMBER > 0 is specified in XDS.INP ! | ''Please note that the REFERENCE_DATA_SET will only be used if SPACE_GROUP_NUMBER > 0 is specified in XDS.INP !'' | ||
'' |