Files
Jungfraujoch/etc/broker_local.json
Filip Leonarski c8bbf8a186
All checks were successful
Build Packages / build:rpm (rocky8_nocuda) (push) Successful in 8m17s
Build Packages / build:rpm (ubuntu2404_nocuda) (push) Successful in 7m34s
Build Packages / build:rpm (rocky9_nocuda) (push) Successful in 8m36s
Build Packages / build:rpm (rocky8_sls9) (push) Successful in 8m8s
Build Packages / build:rpm (rocky8) (push) Successful in 8m7s
Build Packages / Generate python client (push) Successful in 14s
Build Packages / build:rpm (ubuntu2204) (push) Successful in 8m5s
Build Packages / Create release (push) Has been skipped
Build Packages / Build documentation (push) Successful in 29s
Build Packages / build:rpm (rocky9) (push) Successful in 8m53s
Build Packages / build:rpm (ubuntu2404) (push) Successful in 7m4s
Build Packages / Unit tests (push) Successful in 1h9m13s
Build Packages / build:rpm (ubuntu2204_nocuda) (push) Successful in 10m42s
v1.0.0-rc.115 (#22)
This is an UNSTABLE release and not recommended for production use (please use rc.111 instead).

* jfjoch_broker: Default spot finding settings can be configured via config JSON
* jfjoch_viewer: FFT analysis of data in the dataset plot

Reviewed-on: #22
Co-authored-by: Filip Leonarski <filip.leonarski@psi.ch>
Co-committed-by: Filip Leonarski <filip.leonarski@psi.ch>
2025-12-04 11:56:14 +01:00

105 lines
2.8 KiB
JSON

{
"instrument" : {
"source_name": "Swiss Light Source",
"instrument_name": "X06SA VESPA",
"source_type": "Synchrotron X-ray Source"
},
"dark_mask" : {
"detector_threshold_keV":4.0,
"frame_time_us":20000,
"max_allowed_pixel_count":3,
"max_frames_with_signal":20,
"number_of_frames":500
},
"spot_finding": {
"enable":true,
"high_res_gap_Q_recipA":1.5,
"high_resolution_limit":2.0,
"high_resolution_limit_for_spot_count_low_res":5.0,
"ice_ring_width_q_recipA":0.02,
"signal_to_noise_threshold":4.0,
"photon_count_threshold":10,
"low_resolution_limit":50.0,
"max_pix_per_spot":50,
"min_pix_per_spot":2,
"indexing":true,
"quick_integration":true
},
"detector": [
{
"description": "JUNGFRAU 4M",
"serial_number": "JF1",
"type": "JUNGFRAU",
"udp_interface_count": 2,
"mirror_y": true,
"standard_geometry" : {
"nmodules": 8,
"modules_in_row": 2,
"gap_x": 8,
"gap_y": 36
}
},
{
"description": "JUNGFRAU 9M",
"serial_number": "JF2",
"type": "JUNGFRAU",
"mirror_y": true,
"udp_interface_count": 1,
"standard_geometry" : {
"nmodules": 18,
"modules_in_row": 3,
"gap_x": 8,
"gap_y": 36
}
},
{
"description": "EIGER 9M",
"serial_number": "E1",
"type": "EIGER",
"mirror_y": true,
"standard_geometry" : {
"nmodules": 18,
"modules_in_row": 3,
"gap_x": 8,
"gap_y": 36
}
},
{
"description": "JUNGFRAU 2.5M",
"serial_number": "JF1",
"type": "JUNGFRAU",
"udp_interface_count": 2,
"mirror_y": true,
"custom_geometry": [
{"x0": 292, "y0": 0, "fast_axis":"Xp", "slow_axis":"Yp"},
{"x0": 513, "y0": 535, "fast_axis":"Yp", "slow_axis":"Xn"},
{"x0": 1062, "y0": 535, "fast_axis":"Yp", "slow_axis":"Xn"},
{"x0": 1611, "y0": 535, "fast_axis":"Yp", "slow_axis":"Xn"},
{"x0": 292, "y0": 1587, "fast_axis":"Xp", "slow_axis":"Yp"}
]
}
],
"zeromq_preview": {
"socket_address": "tcp://0.0.0.0:5501",
"enabled": true,
"period_ms": 1000
},
"detector_settings": {
"frame_time_us": 1000,
"jungfrau_pedestal_g0_frames": 0,
"jungfrau_pedestal_g1_frames": 0,
"jungfrau_pedestal_g2_frames": 0,
"jungfrau_pedestal_g0_rms_limit": 100,
"jungfrau_pedestal_min_image_count": 128,
"jungfrau_storage_cell_count": 1,
"jungfrau_storage_cell_delay_ns": 2100,
"jungfrau_fixed_gain_g1": false,
"jungfrau_use_gain_hg0": false,
"internal_frame_generator": true,
"internal_frame_generator_images": 1,
"detector_trigger_delay_ns": 0
},
"frontend_directory": "../../frontend/dist/",
"image_pusher": "HDF5"
}