2,684
edits
(→System-wide or personal installation: it is, I had a user today who had trouble using the script because of a missing license agreement) |
(Eiger 16M UNTRUSTED_RECTANGLEs) |
||
Line 80: | Line 80: | ||
# revision 0.61 . Keitaro 10/04/2016 Add Eiger hdf5 support (may be incomplete; UNTRUSTED_RECTANGLE=s not set) NEED h5dump. | # revision 0.61 . Keitaro 10/04/2016 Add Eiger hdf5 support (may be incomplete; UNTRUSTED_RECTANGLE=s not set) NEED h5dump. | ||
# 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. | # revision 0.63 . Keitaro 13/04/2016 Set UNTRUSTED_RECTANGLE=s for EIGER 9M and 16M (KD). | ||
REVISION="0.63 (13-Apr-2016)" | REVISION="0.63 (13-Apr-2016)" | ||
# | # | ||
Line 713: | Line 713: | ||
UNTRUSTED_RECTANGLE= 0 3110 2166 2206 | UNTRUSTED_RECTANGLE= 0 3110 2166 2206 | ||
UNTRUSTED_RECTANGLE= 0 3110 2717 2757 | UNTRUSTED_RECTANGLE= 0 3110 2717 2757 | ||
eof | |||
elif [ $NX == "4150" -a $NY == "4371" ]; then | |||
# Eiger 16M (taken from SLS setup, + correction) | |||
cat >> XDS.INP << eof | |||
!EXCLUSION OF HORIZONTAL DEAD AREAS OF THE EIGER 16M DETECTOR + ONE PIXEL ON EACH SIDE | |||
UNTRUSTED_RECTANGLE= 0 4150 513 552 | |||
UNTRUSTED_RECTANGLE= 0 4150 1064 1103 | |||
UNTRUSTED_RECTANGLE= 0 4150 1615 1654 | |||
UNTRUSTED_RECTANGLE= 0 4150 2166 2205 | |||
UNTRUSTED_RECTANGLE= 0 4150 2717 2756 | |||
UNTRUSTED_RECTANGLE= 0 4150 3268 3307 | |||
UNTRUSTED_RECTANGLE= 0 4150 3819 3858 | |||
!EXCLUSION OF VERTICAL DEAD AREAS OF THE EIGER 16M DETECTOR + ONE PIXEL ON EACH SIDE | |||
UNTRUSTED_RECTANGLE= 1029 1041 0 4371 | |||
UNTRUSTED_RECTANGLE= 2069 2081 0 4371 | |||
UNTRUSTED_RECTANGLE= 3109 3121 0 4371 | |||
eof | eof | ||
fi | fi |