Generate XDS.INP: Difference between revisions

→‎The script: provide LIB= line for Eiger if reading .h5
(→‎The script: provide LIB= line for Eiger if reading .h5)
Line 771: Line 771:


eof
eof
if [ "$DET" == "eiger" ] && [ is_h5=1 ]; then
  if [ -e /usr/local/lib64/dectris-neggia.so ]; then
    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!
  fi
fi
if [ "$DET" == "Bruker-cbf" ]; then
if [ "$DET" == "Bruker-cbf" ]; then
   echo "DELPHI=15 ! refine less often than the default of 5" >> XDS.INP
   echo "DELPHI=15 ! refine less often than the default of 5" >> XDS.INP
2,652

edits