Files
Jungfraujoch/_sources/python_client/docs/IntegrationModel.md.txt
T
2026-08-13 18:43:50 +00:00

16 lines
702 B
Plaintext

# 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'`)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)