Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LOFAR Station Client
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LOFAR2.0
LOFAR Station Client
Merge requests
!91
Fix antenna quality
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Fix antenna quality
fix-antenna-quality
into
main
Overview
0
Commits
10
Pipelines
9
Changes
7
Merged
Jan David Mol
requested to merge
fix-antenna-quality
into
main
1 year ago
Overview
0
Commits
10
Pipelines
9
Changes
7
Expand
0
0
Merge request reports
Compare
main
version 8
b61fcf63
1 year ago
version 7
bda14cf0
1 year ago
version 6
1d996428
1 year ago
version 5
de6a4735
1 year ago
version 4
832031a8
1 year ago
version 3
8885fa31
1 year ago
version 2
659e8480
1 year ago
version 1
21b6972b
1 year ago
main (base)
and
latest version
latest version
e6027c9a
10 commits,
1 year ago
version 8
b61fcf63
9 commits,
1 year ago
version 7
bda14cf0
9 commits,
1 year ago
version 6
1d996428
8 commits,
1 year ago
version 5
de6a4735
7 commits,
1 year ago
version 4
832031a8
5 commits,
1 year ago
version 3
8885fa31
4 commits,
1 year ago
version 2
659e8480
3 commits,
1 year ago
version 1
21b6972b
2 commits,
1 year ago
7 files
+
15
−
8
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
lofar_station_client/statistics/collectors/_xst.py
+
1
−
1
Options
@@ -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