1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
{
"hardware": {
"planes": 2,
"modules": 20,
"bit_depth": 16,
"channels_per_module": 16,
"samples_per_rotation": 500
},
"geometry": {
"detector_diameter": 216,
"source_diameter": 360,
"source_angle": 270,
"source_angle_offset": 3.2,
"delta_x": 500,
"delta_z": 1200
},
"network": {
"protocol": "udp",
"port": 52067,
"streams": 20,
"header_size": 8,
"payload_size": 800
},
"performance": {
"buffer_size": 10000,
"packets_at_once": 500,
"latency_buffers": 1000,
"drop_buffers": 5000,
"sockets_per_thread": 1
},
"data": {
"base_path": "/home/ufxray/roof/test_data"
},
"simulation": {
"first_file_number": 1,
"data": "sim/data_%02u.dat",
"flat_fields": "sim/flat_%02u.dat",
"dark_fields": "sim/dark_%02u.dat",
"header_size": 0
},
"correction": {
"aggregation": "median"
},
"reconstruction": {
"parallel_projections": 512,
"parallel_bins": 256
}
}
|