IntegrationModel¶
Bragg spot integration model. ProfileGaussian - profile fit with a measured-width Gaussian (Kabsch-style), the default; more accurate intensities than box summation. ProfileEmpirical - profile fit with a per-resolution-shell empirical profile learned from strong spots. BoxSum - classical uniform box summation minus a ring-mean background; the simpler, faster fallback.
Enum¶
PROFILEGAUSSIAN(value:'ProfileGaussian')PROFILEEMPIRICAL(value:'ProfileEmpirical')BOXSUM(value:'BoxSum')