blob: d8a1c928864b7fecb460d1c387f146ca862142b7 (
plain)
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
|
hardware:
planes: 2
modules: 16
bit_depth: 16
channels_per_module: 16
samples_per_rotation: 500
# sample_rate: 2000000
# imaging_rate: 2000
geometry:
detector_diameter: [216, 216]
source_diameter: [360, 365]
source_angle: [270, 275]
source_angle_offset: 3.2
# source_angle_config: "path.xxx"
delta_x: 500
delta_z: 1200
#optics:
# flat_field_config: "path.xxx"
reconstruction:
parallel_projections: 512
parallel_bins: 256
network:
protocol: udp
port: 52067
streams: 16
header_size: 8
payload_size: 800
# payload_size: 1280
# max_packet_size: 1284
# dataset_size: 1024000
performance:
buffer_size: 10
# drop_buffers: 0
packets_at_once: 100
simulation:
path: "/home/csa/roof2_data/test_data/data_%02u.dat"
first_file_number: 1
header_size: 0
# max_packet_size: 1284
# dataset_size: 1024000
|