Generate XDS.INP: Difference between revisions

no edit summary
(revision 0.05)
No edit summary
Line 1: Line 1:
This script should be in your $PATH as "generate_XDS.INP"
This script should be in your $PATH as "generate_XDS.INP" .


  #!/bin/bash
  #!/bin/bash
Line 172: Line 172:
  # now we know everything that is required to write XDS.INP
  # now we know everything that is required to write XDS.INP
   
   
  cat >XDS.INP<<eof
  cat > XDS.INP << eof
  JOB= XYCORR INIT COLSPOT IDXREF DEFPIX INTEGRATE CORRECT
  JOB= XYCORR INIT COLSPOT IDXREF DEFPIX INTEGRATE CORRECT
  ORGX= $ORGX ORGY= $ORGY  ! check these values with adxv !
  ORGX= $ORGX ORGY= $ORGY  ! check these values with adxv !
2,652

edits