diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2020-01-26 08:14:32 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2020-01-26 08:14:32 +0100 |
commit | ea424f096c05a9587ffaa0bc6e5392790a046bd7 (patch) | |
tree | 01d0f9c596ebea229e6a8e2774a7a69a502a3488 /tests/roof.json | |
parent | 02b452a86d11655002fdfbb1566ef494e2c954d2 (diff) | |
download | ufo-roof-temp-ea424f096c05a9587ffaa0bc6e5392790a046bd7.tar.gz ufo-roof-temp-ea424f096c05a9587ffaa0bc6e5392790a046bd7.tar.bz2 ufo-roof-temp-ea424f096c05a9587ffaa0bc6e5392790a046bd7.tar.xz ufo-roof-temp-ea424f096c05a9587ffaa0bc6e5392790a046bd7.zip |
Build ROOF sinograms
Diffstat (limited to 'tests/roof.json')
-rw-r--r-- | tests/roof.json | 61 |
1 files changed, 35 insertions, 26 deletions
diff --git a/tests/roof.json b/tests/roof.json index 784fb6d..d39a90f 100644 --- a/tests/roof.json +++ b/tests/roof.json @@ -1,28 +1,37 @@ { - "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 - } + "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 + } } |