dials.algorithms.background¶
- class dials.algorithms.background.RadialAverage¶
Bases:
Boost.Python.instance
- __init__((object)arg1, (BeamBase)arg2, (Detector)arg3, (object)arg4, (object)arg5, (object)arg6) None : ¶
- C++ signature :
void __init__(_object*,boost::shared_ptr<dxtbx::model::BeamBase>,dxtbx::model::Detector,double,double,unsigned long)
- 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((shoebox)reflections, (object)value) None : ¶
- C++ signature :
void set_shoebox_background_value(scitbx::af::ref<dials::model::Shoebox<float>, scitbx::af::trivial_accessor>,float)