Generate XDS.INP: Difference between revisions

Jump to navigation Jump to search
No edit summary
(→‎The script: add the UNTRUSTED_RECTANGLE lines for the Pilatus 6M)
Line 313: Line 313:
     if ! grep -q Flat_field tmp2 ; then
     if ! grep -q Flat_field tmp2 ; then
     cat >> XDS.INP << eof
     cat >> XDS.INP << eof
! the following specifications cut away one additional pixel adjacent
! to each UNTRUSTED_RECTANGLE; so for a detector _with_ proper
! flat_field correction the lines could be like those for the 6M
!EXCLUSION OF VERTICAL DEAD AREAS OF THE PILATUS 2M DETECTOR
!EXCLUSION OF VERTICAL DEAD AREAS OF THE PILATUS 2M DETECTOR
UNTRUSTED_RECTANGLE= 486  496    0 1680
UNTRUSTED_RECTANGLE= 486  496    0 1680
Line 326: Line 329:
eof
eof
     fi
     fi
elif [ $NX == "2463" ]; then
  elif [ $NX == "2463" ]; then
#    cat >> XDS.INP << eof
    cat >> XDS.INP << eof
#eof
UNTRUSTED_RECTANGLE= 487  495    0 2528
UNTRUSTED_RECTANGLE= 981  989    0 2528
UNTRUSTED_RECTANGLE=1475 1483    0 2528
UNTRUSTED_RECTANGLE=1969 1977    0 2528
UNTRUSTED_RECTANGLE=  0 2464  195  213
UNTRUSTED_RECTANGLE=  0 2464  407  425
UNTRUSTED_RECTANGLE=  0 2464  619  637
UNTRUSTED_RECTANGLE=  0 2464  831  849
UNTRUSTED_RECTANGLE=  0 2464  1043 1061
UNTRUSTED_RECTANGLE=  0 2464  1255 1273
UNTRUSTED_RECTANGLE=  0 2464  1467 1485
UNTRUSTED_RECTANGLE=  0 2464  1679 1697
UNTRUSTED_RECTANGLE=  0 2464  1891 1909
UNTRUSTED_RECTANGLE=  0 2464  2103 2121
UNTRUSTED_RECTANGLE=  0 2464  2315 2333
eof
   fi
   fi
fi
fi