| | |
- gamma_prot(...)
- gamma_prot( (float)arg1) -> float :
C++ signature :
double gamma_prot(double)
- get_d_star_sq_high_limit(...)
- get_d_star_sq_high_limit() -> float :
C++ signature :
double get_d_star_sq_high_limit()
- get_d_star_sq_low_limit(...)
- get_d_star_sq_low_limit() -> float :
C++ signature :
double get_d_star_sq_low_limit()
- get_gamma_prot(...)
- get_gamma_prot( (object)arg1) -> double :
C++ signature :
scitbx::af::shared<double> get_gamma_prot(scitbx::af::const_ref<double, scitbx::af::trivial_accessor>)
- get_sigma_prot_sq(...)
- get_sigma_prot_sq( (object)arg1, (float)arg2) -> double :
C++ signature :
scitbx::af::shared<double> get_sigma_prot_sq(scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,double)
- kernel_normalisation(...)
- kernel_normalisation( (object)d_star_sq_hkl, (object)I_hkl, (object)epsilon, (object)d_star_sq_array, (float)kernel_width) -> double :
C++ signature :
scitbx::af::shared<double> kernel_normalisation(scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,double)
- ml_normalise(...)
- ml_normalise( (object)d_star_sq, (object)f_obs, (object)epsilon, (object)sigma_sq, (object)gamma_prot, (bool)centric, (float)p_scale, (float)p_B_wilson [, (bool)wiggle=True]) -> double :
C++ signature :
scitbx::af::shared<double> ml_normalise(scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<bool, scitbx::af::trivial_accessor>,double,double [,bool=True])
- ml_normalise_aniso(...)
- ml_normalise_aniso( (miller_index)hkl, (object)f_obs, (float)p_scale, (unit_cell)unit_cell, (object)u_star [, (bool)volume_correction_rwgk=False]) -> double :
C++ signature :
scitbx::af::shared<double> ml_normalise_aniso(scitbx::af::const_ref<cctbx::miller::index<int>, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,double,cctbx::uctbx::unit_cell,scitbx::sym_mat3<double> [,bool=False])
- sigma_prot_sq(...)
- sigma_prot_sq( (float)arg1, (float)arg2) -> float :
C++ signature :
double sigma_prot_sq(double,double)
- wilson_get_aniso_scale(...)
- wilson_get_aniso_scale( (object)arg1, (float)arg2, (float)arg3, (object)arg4) -> float :
C++ signature :
double wilson_get_aniso_scale(cctbx::miller::index<int>,double,double,scitbx::sym_mat3<double>)
- wilson_single_nll(...)
- wilson_single_nll( (float)d_star_sq, (float)f_obs, (float)sigma_f_obs, (float)epsilon, (float)sigma_sq, (float)gamma_prot, (bool)centric, (float)p_scale, (float)p_B_wilson [, (bool)transform=True]) -> float :
C++ signature :
double wilson_single_nll(double,double,double,double,double,double,bool,double,double [,bool=True])
- wilson_single_nll_aniso(...)
- wilson_single_nll_aniso( (object)arg1, (float)arg2, (float)arg3, (float)arg4, (float)arg5, (float)arg6, (bool)arg7, (float)arg8, (unit_cell)arg9, (object)arg10) -> float :
C++ signature :
double wilson_single_nll_aniso(cctbx::miller::index<int>,double,double,double,double,double,bool,double,cctbx::uctbx::unit_cell,scitbx::sym_mat3<double>)
- wilson_single_nll_aniso_gradient(...)
- wilson_single_nll_aniso_gradient( (object)arg1, (float)arg2, (float)arg3, (float)arg4, (float)arg5, (float)arg6, (bool)arg7, (float)arg8, (unit_cell)arg9, (object)arg10) -> double :
C++ signature :
scitbx::af::shared<double> wilson_single_nll_aniso_gradient(cctbx::miller::index<int>,double,double,double,double,double,bool,double,cctbx::uctbx::unit_cell,scitbx::sym_mat3<double>)
- wilson_single_nll_gradient(...)
- wilson_single_nll_gradient( (float)d_star_sq, (float)f_obs, (float)sigma_f_obs, (float)epsilon, (float)sigma_sq, (float)gamma_prot, (bool)centric, (float)p_scale, (float)p_B_wilson) -> tuple :
C++ signature :
scitbx::af::tiny<double, 2ul> wilson_single_nll_gradient(double,double,double,double,double,double,bool,double,double)
- wilson_total_nll(...)
- wilson_total_nll( (object)d_star_sq, (object)f_obs, (object)sigma_f_obs, (object)epsilon, (object)sigma_sq, (object)gamma_prot, (bool)centric, (float)p_scale, (float)p_B_wilson [, (bool)transform=True]) -> float :
C++ signature :
double wilson_total_nll(scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<bool, scitbx::af::trivial_accessor>,double,double [,bool=True])
- wilson_total_nll_aniso(...)
- wilson_total_nll_aniso( (miller_index)arg1, (object)arg2, (object)arg3, (object)arg4, (object)arg5, (object)arg6, (bool)arg7, (float)arg8, (unit_cell)arg9, (object)arg10) -> float :
C++ signature :
double wilson_total_nll_aniso(scitbx::af::const_ref<cctbx::miller::index<int>, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<bool, scitbx::af::trivial_accessor>,double,cctbx::uctbx::unit_cell,scitbx::sym_mat3<double>)
- wilson_total_nll_aniso_gradient(...)
- wilson_total_nll_aniso_gradient( (miller_index)arg1, (object)arg2, (object)arg3, (object)arg4, (object)arg5, (object)arg6, (bool)arg7, (float)arg8, (unit_cell)arg9, (object)arg10) -> double :
C++ signature :
scitbx::af::shared<double> wilson_total_nll_aniso_gradient(scitbx::af::const_ref<cctbx::miller::index<int>, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<bool, scitbx::af::trivial_accessor>,double,cctbx::uctbx::unit_cell,scitbx::sym_mat3<double>)
- wilson_total_nll_aniso_gradient_orbit(...)
- wilson_total_nll_aniso_gradient_orbit( (miller_index)arg1, (object)arg2, (object)arg3, (object)arg4, (object)arg5, (object)arg6, (bool)arg7, (float)arg8, (unit_cell)arg9, (space_group)arg10, (object)arg11) -> double :
C++ signature :
scitbx::af::shared<double> wilson_total_nll_aniso_gradient_orbit(scitbx::af::const_ref<cctbx::miller::index<int>, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<bool, scitbx::af::trivial_accessor>,double,cctbx::uctbx::unit_cell,cctbx::sgtbx::space_group,scitbx::sym_mat3<double>)
- wilson_total_nll_gradient(...)
- wilson_total_nll_gradient( (object)d_star_sq, (object)f_obs, (object)sigma_f_obs, (object)epsilon, (object)sigma_sq, (object)gamma_prot, (bool)centric, (float)p_scale, (float)p_B_wilson) -> tuple :
C++ signature :
scitbx::af::tiny<double, 2ul> wilson_total_nll_gradient(scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<bool, scitbx::af::trivial_accessor>,double,double)
|