Problems: Difference between revisions

228 bytes added ,  20 June 2018
Line 244: Line 244:
               BEAM_DIVERGENCE=    BEAM_DIVERGENCE_E.S.D.=  
               BEAM_DIVERGENCE=    BEAM_DIVERGENCE_E.S.D.=  


then you should reduce the upper limit of the DATA_RANGE, to stop before the problematic frames, and re-run INTEGRATE. In this example, you would modify XDS.INP to have
then there are two ways to resolve this:
* you could insert a line DELPHI=10 (or DELPHI=20, for 10 or 20 degrees batches; the default is 5 degree batches) into XDS.INP and re-run INTEGRATE
* as the error message suggests, you should reduce the upper limit of the DATA_RANGE, to stop before the problematic frames, and re-run INTEGRATE. In this example, you would modify XDS.INP to have
  DATA_RANGE=1 135
  DATA_RANGE=1 135
  JOB=INTEGRATE CORRECT
  JOB=INTEGRATE CORRECT
Line 263: Line 265:
The error message is misleading in this case: there are too few reflections to build the average profile. The fix is: restart INTEGRATE after inserting e.g.
The error message is misleading in this case: there are too few reflections to build the average profile. The fix is: restart INTEGRATE after inserting e.g.
  DELPHI=20 ! default is 5, so try with e.g. 10, 20, 45, 90, 180  
  DELPHI=20 ! default is 5, so try with e.g. 10, 20, 45, 90, 180  
and re-run INTEGRATE.
in XDS.INP and re-run INTEGRATE.


=== INTEGRATE cell and/or distance run away; xds crashes or has to be killed ===
=== INTEGRATE cell and/or distance run away; xds crashes or has to be killed ===
2,652

edits