1.9 KiB
1.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] | |
| data_processing_settings | SpotFindingSettings | [optional] | |
| measurement | MeasurementStatistics | [optional] | |
| broker | BrokerStatus | [optional] | |
| fpga | List[FpgaStatusInner] | [optional] | |
| calibration | List[CalibrationStatisticsInner] | [optional] | |
| zeromq_preview | ZeromqPreviewSettings | [optional] | |
| pixel_mask | PixelMaskStatistics | [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)