Files
Jungfraujoch/docs/python_client/docs/BraggIntegrationSettings.md
T
leonarski_f 43e9de9573
Build Packages / build:viewer-tgz:cpu (push) Successful in 7m50s
Build Packages / build:viewer-tgz:cuda (push) Successful in 8m41s
Build Packages / build:rpm (ubuntu2404_nocuda) (push) Successful in 12m17s
Build Packages / build:rpm (rocky8_nocuda) (push) Successful in 12m23s
Build Packages / build:rpm (ubuntu2204_nocuda) (push) Successful in 12m50s
Build Packages / build:rpm (rocky9_nocuda) (push) Successful in 12m52s
Build Packages / build:rpm (rocky8_sls9) (push) Successful in 11m21s
Build Packages / build:rpm (rocky9_sls9) (push) Successful in 11m53s
Build Packages / build:rpm (ubuntu2404) (push) Successful in 11m34s
Build Packages / build:rpm (ubuntu2204) (push) Successful in 12m3s
Build Packages / build:rpm (rocky8) (push) Successful in 12m47s
Build Packages / build:rpm (rocky9) (push) Successful in 13m1s
Build Packages / Generate python client (push) Successful in 18s
Build Packages / Create release (push) Skipped
Build Packages / Build documentation (push) Successful in 52s
Build Packages / XDS test (durin plugin) (push) Successful in 7m39s
Build Packages / DIALS test (push) Successful in 12m1s
Build Packages / XDS test (neggia plugin) (push) Successful in 6m21s
Build Packages / XDS test (JFJoch plugin) (push) Successful in 6m52s
Build Packages / Unit tests (push) Successful in 1h2m5s
Build Packages / build:windows:nocuda (push) Canceled after 0s
Build Packages / build:windows:cuda (push) Canceled after 0s
VERSION: 1.0.0-rc.161
2026-07-28 21:58:00 +02:00

1.1 KiB

BraggIntegrationSettings

Settings for Bragg spot integration

Properties

Name Type Description Notes
integration_model IntegrationModel [default to IntegrationModel.PROFILEGAUSSIAN]

Example

from jfjoch_client.models.bragg_integration_settings import BraggIntegrationSettings

# TODO update the JSON string below
json = "{}"
# create an instance of BraggIntegrationSettings from a JSON string
bragg_integration_settings_instance = BraggIntegrationSettings.from_json(json)
# print the JSON string representation of the object
print(BraggIntegrationSettings.to_json())

# convert the object into a dict
bragg_integration_settings_dict = bragg_integration_settings_instance.to_dict()
# create an instance of BraggIntegrationSettings from a dict
bragg_integration_settings_from_dict = BraggIntegrationSettings.from_dict(bragg_integration_settings_dict)

[Back to Model list] [Back to API list] [Back to README]