28 Mar
2013
28 Mar
'13
5:21 p.m.
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)