2,684
edits
(fix UNTRUSTED_RECTANGLEs of Eiger 16M) |
|||
Line 81: | Line 81: | ||
# revision 0.62 . Keitaro 11/04/2016 Can give foo_master.h5 instead of foo_??????.h5. | # revision 0.62 . Keitaro 11/04/2016 Can give foo_master.h5 instead of foo_??????.h5. | ||
# revision 0.63 . Keitaro 13/04/2016 Set UNTRUSTED_RECTANGLE=s for EIGER 9M and 16M (KD). | # revision 0.63 . Keitaro 13/04/2016 Set UNTRUSTED_RECTANGLE=s for EIGER 9M and 16M (KD). | ||
# revision 0.64 . KD 16/06/2016 reverse phi @APS 19ID (reported by Wolfram Tempel) | |||
REVISION="0.63 (13-Apr-2016)" | REVISION="0.63 (13-Apr-2016)" | ||
# | # | ||
Line 386: | Line 387: | ||
# get detector serial number and check if it is included in the list | # get detector serial number and check if it is included in the list | ||
# Known detectors for reversed-phi in SPring-8: BL41XU PILATUS3 6M 60-0125 | # Known detectors for reversed-phi in SPring-8: BL41XU PILATUS3 6M 60-0125 | ||
# Known detectors for reversed-phi in APS: 19ID PILATUS3 6M 60-0132 | |||
DET_SN=`grep "Detector:" tmp2 | sed "s/^.*Detector: *//"` | DET_SN=`grep "Detector:" tmp2 | sed "s/^.*Detector: *//"` | ||
REVERSEPHI_SNs=" | REVERSEPHI_SNs=" | ||
PILATUS3 6M, S/N 60-0125 | PILATUS3 6M, S/N 60-0125 | ||
PILATUS3 6M, S/N 60-0132 | |||
" | " | ||
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 |