Generate XDS.INP: Difference between revisions

rev 0.74
(rev 0.74)
Line 90: Line 90:
# revision 0.72 . KD 8/03/2017 fix nframes lookup in Eiger master file
# revision 0.72 . KD 8/03/2017 fix nframes lookup in Eiger master file
# revision 0.73 . KD 18/05/2017 for Andrey Nascimento: add Pilatus 2M S/N 24-0109 with ROTATION_AXIS=-1 0 0
# revision 0.73 . KD 18/05/2017 for Andrey Nascimento: add Pilatus 2M S/N 24-0109 with ROTATION_AXIS=-1 0 0
REVISION="0.73 (18-May-2017)"
# revision 0.74 . Keitaro 02/08/2017 Add PILATUS3 6M, S/N 60-0127 at CHESS F1 with  ROTATION_AXIS=-1 0 0
REVISION="0.74 (02-Aug-2017)"


#                                                                                                             
#                                                                                                             
Line 430: Line 431:
       # Known detectors for reversed-phi in APS: 19ID PILATUS3 6M 60-0132
       # Known detectors for reversed-phi in APS: 19ID PILATUS3 6M 60-0132
       # Known detectors for reversed-phi at MX2 beamline (Brazilian Synchrotron National Laboratory - LNLS)
       # Known detectors for reversed-phi at MX2 beamline (Brazilian Synchrotron National Laboratory - LNLS)
      # Known detectors for reversed-phi at CHESS F1 PILATUS3 6M, S/N 60-0127
       DET_SN=`grep "Detector:" tmp2 | sed "s/^.*Detector: *//"`
       DET_SN=`grep "Detector:" tmp2 | sed "s/^.*Detector: *//"`
       REVERSEPHI_SNs="
       REVERSEPHI_SNs="
Line 435: Line 437:
PILATUS3 6M, S/N 60-0132
PILATUS3 6M, S/N 60-0132
PILATUS 2M, S/N 24-0109
PILATUS 2M, S/N 24-0109
PILATUS3 6M, S/N 60-0127
"
"
       if echo "${DET_SN}${REVERSEPHI_SNs}" | sort | uniq -d | grep [0-9] > /dev/null; then
       if echo "${DET_SN}${REVERSEPHI_SNs}" | sort | uniq -d | grep [0-9] > /dev/null; then
33

edits