blob: c9754ec577ab071a5762efd6300a87ef2059e9d2 (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
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
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
# latency_buffers: 0
packets_at_once: 100
data:
base_path: "/home/csa/roof2_data/test_data"
# first_file_number: 1
# flat_fields: "flats/flat_%04u.tif"
# dark_fields: "darks/dark_%04u.tif"
# raw_sinograms: "raw/sino_%04u.raw"
# fan_sinograms: "fan/sino_%04u.raw"
# parallel_sinograms: "par/sino_%04u.raw"
# filtered_sinograms: "flt/sino_%04u.raw"
# slices: "slices/slice_%04u.raw"
#rings: ...
simulation:
first_file_number: 1
# base_path: "/home/csa/roof2_data/test_data"
data: "sim/data_%02u.dat"
flat_fields: "sim/flat_%02u.dat"
dark_fields: "sim/dark_%02u.dat"
header_size: 0
# max_packet_size: 1284
# dataset_size: 1024000
correction:
aggregation: "median"
reconstruction:
parallel_projections: 512
parallel_bins: 256
# filters: [ "roof-fan2par", "fft", "filter", "ifft", "backproject" ]
# backproject-options:
#visualization:
#control:
|