Generate XDS.INP: Difference between revisions

m
(→‎The script: v 0.79 get Pilatus OVERLOAD from CBF header)
Line 416: Line 416:
   mv tmp1 tmp2                                                               
   mv tmp1 tmp2                                                               
   OVERLOAD=1048574
   OVERLOAD=1048574
   grep Count_cutoff tmp2 && OVERLOAD=`awk '{print $3} tmp2'
   grep Count_cutoff tmp2 && OVERLOAD=`awk '{print $3}' tmp2`
   DETECTOR="PILATUS MINIMUM_VALID_PIXEL_VALUE=0 OVERLOAD= $OVERLOAD  !PILATUS"
   DETECTOR="PILATUS MINIMUM_VALID_PIXEL_VALUE=0 OVERLOAD= $OVERLOAD  !PILATUS"
   echo Data from a Pilatus detector                                         
   echo Data from a Pilatus detector                                         
2,651

edits