Talk:REFERENCE DATA SET: Difference between revisions

Pkiser (talk | contribs)
Alternative method for generating a reference data set for XDS
 
Pkiser (talk | contribs)
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
If the mtz file to be used for reference data set creation contains three digit reflection indices with negative signs (e.g., -102), the output from the original script will not be recognizable to XDS due to lack of space between reflection indices. An alternative method using mtz2various (below) avoids this issue.
If the mtz file to be used for reference data set creation contains three digit reflection indices with negative signs (e.g., -102), the output from the original script will not be recognizable to XDS due to lack of space between reflection indices. An alternative method using mtz2various (below) avoids this issue.


<pre>
#!/bin/bash
#!/bin/bash


Line 25: Line 26:
cat head.hkl temp.hkl > I-model.hkl
cat head.hkl temp.hkl > I-model.hkl
rm head.hkl temp.hkl I-model.mtz
rm head.hkl temp.hkl I-model.mtz
</pre>
Return to "REFERENCE DATA SET" page.