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
|
{
"network": {
"protocol": "udp",
"port": 4000,
"streams": 16,
"header_size": 10,
"payload_size": 1280,
"dataset_size": 1024000
},
"performance": {
"buffer_size": 10,
"packets_at_once": 100
},
"setup": {
"planes": 2,
"modules": 16,
"bit_depth": 16,
"pixels_per_module": 16,
"samples_per_rotation": 2000000
},
"geometry": {
"fan_projections": 1000,
"fan_detectors": 432,
"parallel_projections": 512,
"parallel_detectors": 256,
"detector_diameter": 216
}
}
|