summaryrefslogtreecommitdiffstats
path: root/tests/roof.json
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2020-09-03 03:00:30 +0200
committerSuren A. Chilingaryan <csa@suren.me>2020-09-03 03:00:30 +0200
commit5172421d248250b4ab3b69eb57fd83656e23a4da (patch)
treea499d9f1dd0b74b754816884a59927b3171656fc /tests/roof.json
parent7b2e6168b049be9e7852b2d364d897592eff69fc (diff)
downloadufo-roof-temp-master.tar.gz
ufo-roof-temp-master.tar.bz2
ufo-roof-temp-master.tar.xz
ufo-roof-temp-master.zip
This is unfinished work implemeting out-of-UFO network serversHEADmaster
Diffstat (limited to 'tests/roof.json')
-rw-r--r--tests/roof.json19
1 files changed, 11 insertions, 8 deletions
diff --git a/tests/roof.json b/tests/roof.json
index 1848bc6..07c86f6 100644
--- a/tests/roof.json
+++ b/tests/roof.json
@@ -1,15 +1,15 @@
{
"hardware": {
"planes": 2,
- "modules": 16,
+ "modules": 20,
"bit_depth": 16,
"channels_per_module": 16,
"samples_per_rotation": 500
},
"geometry": {
- "detector_diameter": [216, 216],
- "source_diameter": [360, 365],
- "source_angle": [270, 275],
+ "detector_diameter": 216,
+ "source_diameter": 360,
+ "source_angle": 270,
"source_angle_offset": 3.2,
"delta_x": 500,
"delta_z": 1200
@@ -17,16 +17,19 @@
"network": {
"protocol": "udp",
"port": 52067,
- "streams": 16,
+ "streams": 20,
"header_size": 8,
"payload_size": 800
},
"performance": {
- "buffer_size": 10,
- "packets_at_once": 100
+ "buffer_size": 10000,
+ "packets_at_once": 500,
+ "latency_buffers": 1000,
+ "drop_buffers": 5000,
+ "sockets_per_thread": 1
},
"data": {
- "base_path": "/home/csa/roof2_data/test_data"
+ "base_path": "/home/ufxray/roof/test_data"
},
"simulation": {
"first_file_number": 1,