Generate XDS.INP: Difference between revisions

(→‎The script: rev 1.16)
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 141: Line 141:
#                      Cleaned up section for creating XDS.INP
#                      Cleaned up section for creating XDS.INP
# revision 1.15 . KD 22/05/2023 fix bug with second argument leading to usage message. Updating links.
# revision 1.15 . KD 22/05/2023 fix bug with second argument leading to usage message. Updating links.
REVISION="1.15 (22-May-2023)"
# revision 1.16 . KD 26/05/2023 fix bug for Pilatus missing two lines
REVISION="1.16 (26-May-2023)"


#
#
Line 519: Line 520:
elif [ "$DET" == "pilatus" ]; then
elif [ "$DET" == "pilatus" ]; then
   echo Data from a Pilatus detector
   echo Data from a Pilatus detector
  sed s/#// tmp2 > tmp1                                                   
  mv tmp1 tmp2
   OVERLOAD=1048574
   OVERLOAD=1048574
   SEPMIN=4
   SEPMIN=4
2,652

edits