summaryrefslogtreecommitdiffstats
path: root/tests/roof.json
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2020-02-01 13:07:46 +0100
committerSuren A. Chilingaryan <csa@suren.me>2020-02-01 13:07:46 +0100
commit0ce4e8d52fd491268a56c10dbb32fd5c996e2589 (patch)
treeafe5defc2a845f0b65936a1874e4658412eff2cd /tests/roof.json
parent44cef2cb16dd2bc55ad34d0b8313f7f314b0107a (diff)
downloadufo-roof-temp-0ce4e8d52fd491268a56c10dbb32fd5c996e2589.tar.gz
ufo-roof-temp-0ce4e8d52fd491268a56c10dbb32fd5c996e2589.tar.bz2
ufo-roof-temp-0ce4e8d52fd491268a56c10dbb32fd5c996e2589.tar.xz
ufo-roof-temp-0ce4e8d52fd491268a56c10dbb32fd5c996e2589.zip
Initial Python infrastructure to build more complex processing pipelines and the corresponding changes in ROOF filters
Diffstat (limited to 'tests/roof.json')
-rw-r--r--tests/roof.json18
1 files changed, 13 insertions, 5 deletions
diff --git a/tests/roof.json b/tests/roof.json
index d39a90f..1848bc6 100644
--- a/tests/roof.json
+++ b/tests/roof.json
@@ -14,10 +14,6 @@
"delta_x": 500,
"delta_z": 1200
},
- "reconstruction": {
- "parallel_projections": 512,
- "parallel_bins": 256
- },
"network": {
"protocol": "udp",
"port": 52067,
@@ -29,9 +25,21 @@
"buffer_size": 10,
"packets_at_once": 100
},
+ "data": {
+ "base_path": "/home/csa/roof2_data/test_data"
+ },
"simulation": {
- "path": "/home/csa/roof2_data/test_data/data_%02u.dat",
"first_file_number": 1,
+ "data": "sim/data_%02u.dat",
+ "flat_fields": "sim/flat_%02u.dat",
+ "dark_fields": "sim/dark_%02u.dat",
"header_size": 0
+ },
+ "correction": {
+ "aggregation": "median"
+ },
+ "reconstruction": {
+ "parallel_projections": 512,
+ "parallel_bins": 256
}
}