Hello All, The docsting for cctbx.miller.array.wilson_plot() does not seem to agree with its function (see below). Am I misinterpreting something? James py> miller.wilson_plot.__doc__ '' py> miller.wilson_plot() (0.6109909654097065+4.386371170677923j) py> flex.mean(miller.data()) (0.6109909654097065+4.386371170677923j) py> flex.mean(miller.data() * flex.conj(miller.data())) (366421.87112270086+0j) py> flex.mean(miller.data() * miller.data()) (70775.39818541733-1856.4852414296488j)
On Thu, Mar 28, 2013 at 1:21 PM, James Stroud
The docsting for cctbx.miller.array.wilson_plot() does not seem to agree with its function (see below). Am I misinterpreting something?
py> miller.wilson_plot.__doc__ ''
No, it should really be "
participants (2)
-
James Stroud
-
Nathaniel Echols