This documentation page refers to a previous release of DIALS (2.2).
Click here to go to the corresponding page for the latest version of DIALS

dials.algorithms.background

class dials.algorithms.background.RadialAverage

Bases: Boost.Python.instance

add((RadialAverage)arg1, (double)arg2, (bool)arg3) → None :
C++ signature :
void add(dials::algorithms::RadialAverage {lvalue},scitbx::af::const_ref<double, scitbx::af::c_grid<2ul, unsigned long> >,scitbx::af::const_ref<bool, scitbx::af::c_grid<2ul, unsigned long> >)
inv_d2((RadialAverage)arg1) → double :
C++ signature :
scitbx::af::shared<double> inv_d2(dials::algorithms::RadialAverage {lvalue})
mean((RadialAverage)arg1) → double :
C++ signature :
scitbx::af::shared<double> mean(dials::algorithms::RadialAverage {lvalue})
weight((RadialAverage)arg1) → double :
C++ signature :
scitbx::af::shared<double> weight(dials::algorithms::RadialAverage {lvalue})
dials.algorithms.background.set_shoebox_background_value((object)reflections, (object)value) → None :
C++ signature :
void set_shoebox_background_value(scitbx::af::ref<dials::model::Shoebox<float>, scitbx::af::trivial_accessor>,float)