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
|
{
"network": {
"protocol": "udp",
"port": 4000,
"streams": 16,
"payload_size": 1280,
"dataset_size": 1024000
},
"performance": {
"buffer_size": 2,
"packets_at_once": 100
},
"simulation": {
"first_file_number": 1,
"path": "/mnt/fast/ROOF2/roof2-data.pumpe256/meas/data_pumpe_dyn_192.168.100_%02u.dat"
},
"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
}
}
|