Deploy site
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user