Files
Jungfraujoch/docs/python_client/docs/JfjochStatistics.md
T
leonarski_fandClaude Opus 5 37efa573c4 generated: regenerate the API clients for the analysis mode, the grid settings and the crystal list
Output of update_version.sh. The five lanes each reverted their generated trees
before handing back, so that two independently regenerated copies never had to be
merged; this is the single pass that replaces them.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EFEJG6WBQv8th4UJFNe53N
2026-09-08 07:59:42 +02:00

2.9 KiB

JfjochStatistics

Pool statistics for Jungfraujoch to reduce transfers between frontend and jfjoch_broker

Properties

Name Type Description Notes
detector DetectorStatus [optional]
detector_list DetectorList [optional]
detector_settings DetectorSettings [optional]
image_format_settings ImageFormatSettings [optional]
instrument_metadata InstrumentMetadata [optional]
file_writer_settings FileWriterSettings [optional]
data_processing_settings SpotFindingSettings [optional]
measurement MeasurementStatistics [optional]
broker BrokerStatus [optional]
fpga List[FpgaStatusInner] [optional]
calibration List[CalibrationStatisticsInner] [optional]
zeromq_preview ZeromqPreviewSettings [optional]
zeromq_metadata ZeromqMetadataSettings [optional]
dark_mask DarkMaskSettings [optional]
pixel_mask PixelMaskStatistics [optional]
roi RoiDefinitions [optional]
az_int AzimIntSettings [optional]
buffer ImageBufferStatus [optional]
indexing IndexingSettings [optional]
bragg_integration BraggIntegrationSettings [optional]
analysis AnalysisSettings [optional]
grid_scan_analysis GridScanAnalysisSettings [optional]
calibration_settings CalibrationSettings [optional]
image_pusher ImagePusherStatus [optional]

Example

from jfjoch_client.models.jfjoch_statistics import JfjochStatistics

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

# convert the object into a dict
jfjoch_statistics_dict = jfjoch_statistics_instance.to_dict()
# create an instance of JfjochStatistics from a dict
jfjoch_statistics_from_dict = JfjochStatistics.from_dict(jfjoch_statistics_dict)

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