Known Bugs: Difference between revisions

From XDSwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
* XDSCONV uses a default of WILSON_STATISTICS=FALSE , contrary to what the documentation says, and contrary to what one usually wants. This leads to errors in the amplitudes of weak reflections.  
In version Dec 31, 2015 and before, the default NUMBER_OF_IMAGES_IN_CACHE is sometimes lower than the number of frames in a batch of data, so that the framecache is not properly used. This means slower processing! If this happens (inspect the output of <tt>egrep 'PROCESSING|CACHE' INTEGRATE.LP</tt>), one can, as a workaround, insert a line in XDS.INP like
 
  NUMBER_OF_IMAGES_IN_CACHE=60
This bug does affect the CCP4 and CCP4_F output file types.
The workaround is to specify
  WILSON_STATISTICS=TRUE
in XDSCONV.INP

Revision as of 00:39, 20 March 2016

In version Dec 31, 2015 and before, the default NUMBER_OF_IMAGES_IN_CACHE is sometimes lower than the number of frames in a batch of data, so that the framecache is not properly used. This means slower processing! If this happens (inspect the output of egrep 'PROCESSING|CACHE' INTEGRATE.LP), one can, as a workaround, insert a line in XDS.INP like

NUMBER_OF_IMAGES_IN_CACHE=60