2,684
edits
No edit summary |
|||
Line 334: | Line 334: | ||
But you may also cut-and-paste the script from this webpage into a file in e.g. your home directory; the filename should be generate_XDS.INP. After creating the file, make it executable - e.g. if it's in your $HOME, use: | But you may also cut-and-paste the script from this webpage into a file in e.g. your home directory; the filename should be generate_XDS.INP. After creating the file, make it executable - e.g. if it's in your $HOME, use: | ||
chmod +x ~/generate_XDS.INP | chmod +x ~/generate_XDS.INP | ||
After that, you can just run it in | After that, you can just run it in a similar way as if it were installed in your $PATH: | ||
~/generate_XDS.INP "frms/mydata_1_???.img" | ~/generate_XDS.INP "frms/mydata_1_???.img" | ||
By using your own file, you can easily update to the latest revision, or even change the script, without having to bother the system administrator. | By using your own file, you can easily update to the latest revision, or even change the script, without having to bother the system administrator. |