2,684
edits
m (→The script: insert missing quotation marks (thanks to Thomas Hauß!)) |
m (→Obtaining generate_XDS.INP from this webpage: small wording change) |
||
Line 1,339: | Line 1,339: | ||
chmod +x generate_XDS.INP | chmod +x generate_XDS.INP | ||
</pre> | </pre> | ||
If you | If you use TextEdit on a Mac to cut-and-paste from this webpage, be aware of the following problem report: After loading frames, by clicking “generate XDS.INP”, the program shows some strange symbol “Ô in XDS.INP. And the more you click “save” button, the more “Ô appear. This looks like e.g. <br>SPACE_GROUP_NUMBER=0 à ! 0 if unknown <br>UNIT_CELL_CONSTANTS= 70 80 90 90 90 90 à <br>''The problem is due to the “Rich text” format in TextEdit when saving "generate_XDS.INP". It is solved by re-downloading the script, and changing format to Plain - everything should work then.'' | ||
== Calling generate_XDS.INP from a Python script == | == Calling generate_XDS.INP from a Python script == |