Generate XDS.INP: Difference between revisions

(→‎The script: add REFINE(IDXREF))
Line 38: Line 38:
# revision 0.23 . KD 1/2012 - add UNTRUSTED_QUADRILATERAL, remove MINIMUM_ZETA (0.05 is default now)
# revision 0.23 . KD 1/2012 - add UNTRUSTED_QUADRILATERAL, remove MINIMUM_ZETA (0.05 is default now)
# revision 0.24 . KD 3/2012 - remove revision 0.10 since XDS now takes much longer paths
# revision 0.24 . KD 3/2012 - remove revision 0.10 since XDS now takes much longer paths
REVISION="0.24 (28-Mar-2012)"                                                                                 
# revision 0.25 . KD 3/2012 - remove revision 0.22 for PSI Pilatus 2M; see http://www.globalphasing.com/autoproc/wiki/index.cgi?TroubleShootingKnownIssues
REVISION="0.25 (30-Mar-2012)"                                                                                 
#                                                                                                             
#                                                                                                             
# usage: e.g. generate_XDS.INP "frms/mydata_1_???.img"                                                       
# usage: e.g. generate_XDS.INP "frms/mydata_1_???.img"                                                       
Line 294: Line 295:
if [ "$DET" == "pilatus" ]; then
if [ "$DET" == "pilatus" ]; then
   if [ $NX == "1475" ]; then
   if [ $NX == "1475" ]; then
    if ! grep -q FF_p2m0109_E12398_T6199_vrf_m0p20.tif tmp2 ; then
     cat >> XDS.INP << eof
     cat >> XDS.INP << eof
!EXCLUSION OF VERTICAL DEAD AREAS OF THE PILATUS 2M DETECTOR
!EXCLUSION OF VERTICAL DEAD AREAS OF THE PILATUS 2M DETECTOR
Line 307: Line 309:
UNTRUSTED_RECTANGLE=  0 1476  1466 1486
UNTRUSTED_RECTANGLE=  0 1476  1466 1486
eof
eof
    fi
#  elif [ $NX == "2463" ]; then
#  elif [ $NX == "2463" ]; then
#    cat >> XDS.INP << eof
#    cat >> XDS.INP << eof
2,651

edits