Generate XDS.INP: Difference between revisions

→‎The script: correct to SSRF BL17U
(→‎The script: add NSRRC BL17B1 to reverse-phi beamline comment)
(→‎The script: correct to SSRF BL17U)
Line 523: Line 523:
else
else
  if [ "$REVERSE_PHI" == "no" ]; then
  if [ "$REVERSE_PHI" == "no" ]; then
   echo 'ROTATION_AXIS=1 0 0  ! at e.g. Australian Synchrotron, SERCAT ID-22 (?), APS 19-ID (?), ESRF BM30A, SPring-8, NSRRC BL17B1 this needs to be -1 0 0' >> XDS.INP
   echo 'ROTATION_AXIS=1 0 0  ! at e.g. Australian Synchrotron, SERCAT ID-22 (?), APS 19-ID (?), ESRF BM30A, SPring-8, SSRF BL17U this needs to be -1 0 0' >> XDS.INP
  else
  else
   echo 'ROTATION_AXIS=-1 0 0  ! if this is wrong, please contact author.' >> XDS.INP
   echo 'ROTATION_AXIS=-1 0 0  ! if this is wrong, please contact author.' >> XDS.INP
2,652

edits