Generate XDS.INP: Difference between revisions

look for Flat_field line in Pilatus header instead of looking for specific filename
m (add BM30A to list of beamlines with ROTATION_AXIS going backwards)
(look for Flat_field line in Pilatus header instead of looking for specific filename)
Line 300: Line 300:
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
     if ! grep -q Flat_field 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
2,652

edits