summaryrefslogtreecommitdiffstats
path: root/tests/roof.json
blob: d39a90fdd6b4feabf3bb7dbf0adefb86be6450a6 (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
{
    "hardware": {
        "planes": 2,
        "modules": 16,
        "bit_depth": 16,
        "channels_per_module": 16,
        "samples_per_rotation": 500
    },
    "geometry": {
        "detector_diameter": [216, 216],
        "source_diameter": [360, 365],
        "source_angle": [270, 275],
        "source_angle_offset": 3.2,
        "delta_x": 500,
        "delta_z": 1200
    },
    "reconstruction": {
        "parallel_projections": 512,
        "parallel_bins": 256
    },
    "network": {
        "protocol": "udp",
        "port": 52067,
        "streams": 16,
        "header_size": 8,
        "payload_size": 800
    },
    "performance": {
        "buffer_size": 10,
        "packets_at_once": 100
    },
    "simulation": {
        "path": "/home/csa/roof2_data/test_data/data_%02u.dat",
        "first_file_number": 1,
        "header_size": 0
    }
}