Open main menu
Home
Random
Log in
Settings
About XDSwiki
Imprint
XDSwiki
Search
Changes
← Older edit
Newer edit →
Generate XDS.INP
(view source)
Revision as of 22:18, 27 February 2020
374 bytes added
,
22:18, 27 February 2020
→The script
Line 843:
Line 843:
if [ "$DET" == "eiger" ] && [ "$is_h5" == 1 ]; then
if [ "$DET" == "eiger" ] && [ "$is_h5" == 1 ]; then
−
if [ -e /usr/local/lib64/dectris-neggia.so ]; then
+
if [ "$DLS" == 0 ] ; then
−
echo LIB=/usr/local/lib64/dectris-neggia.so >> XDS.INP
+
if [ -e /usr/local/lib64/dectris-neggia.so ]; then
−
echo LIB= line was written to XDS.INP
+
echo LIB=/usr/local/lib64/dectris-neggia.so >> XDS.INP
+
echo LIB= line was written to XDS.INP
+
else
+
echo !LIB=/usr/local/lib64/dectris-neggia.so >> XDS.INP
+
echo /usr/local/lib64/dectris-neggia.so was not found - specify location manually!
+
fi
else
else
−
echo !LIB=/usr/local/lib64/
dectris
-
neggia
.so >> XDS.INP
+
if [ -e /usr/local/lib64/durin-plugin.so ]; then
−
echo /usr/local/lib64/
dectris
-
neggia
.so was not found - specify location manually!
+
echo LIB=/usr/local/lib64/durin-plugin.so >> XDS.INP
−
fi
+
echo LIB= line was written to XDS.INP
+
else
+
echo !LIB=/usr/local/lib64/
durin
-
plugin
.so >> XDS.INP
+
echo /usr/local/lib64/
durin
-
plugin
.so was not found - specify location manually!
+
fi
+
fi
fi
fi
Kay
Bureaucrats
2,494
edits