Skip to content
Snippets Groups Projects

Fix antenna quality

Merged Jan David Mol requested to merge fix-antenna-quality into main
Files
7
@@ -44,7 +44,7 @@ class XSTCollector(StatisticsCollector):
@@ -44,7 +44,7 @@ class XSTCollector(StatisticsCollector):
"""
"""
# Maximum number of subbands for which we collect XSTs simultaneously
# Maximum number of subbands for which we collect XSTs simultaneously
MAX_PARALLEL_SUBBANDS = 8
MAX_PARALLEL_SUBBANDS = 7
# Maximum number of antenna inputs we support (used to determine array sizes)
# Maximum number of antenna inputs we support (used to determine array sizes)
MAX_INPUTS = 192
MAX_INPUTS = 192
Loading