2,684
edits
Line 31: | Line 31: | ||
== XDS_from_H5.py script for generating XDS.INP given a master .h5 file == | == XDS_from_H5.py script for generating XDS.INP given a master .h5 file == | ||
This script could be made executable and put into /usr/local/bin. It requires the [https://www.dectris.com/albula.html#main_head_navigation ALBULA API] to be installed. | This script could be made executable and put into /usr/local/bin. It requires the [https://www.dectris.com/albula.html#main_head_navigation ALBULA API] to be installed. If you get the error message | ||
ImportError: No module named numpy.core.multiarray | |||
you should | |||
yum -y install numpy | |||
as root. | |||
<pre> | <pre> | ||
#!/usr/bin/python | #!/usr/bin/python |