Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
sid
Commits
a59b8bba
"SAS/ResourceAssignment/git@git.astron.nl:ro/lofar.git" did not exist on "b4008fccf7672dbbf94e9ff3cf674d64772a8162"
Commit
a59b8bba
authored
2 months ago
by
Reinder Kraaij
Browse files
Options
Downloads
Plain Diff
Merge branch 'Update-Proto-Files' into 'main'
Bring code in line with
L2SS-1509
: See merge request
!1
parents
7413bb86
f715498f
No related branches found
No related tags found
1 merge request
!1
Bring code in line with L2SS-1509:
Pipeline
#109245
passed
2 months ago
Stage: prepare
Stage: lint
Stage: test
Stage: package
Stage: publish
Pipeline: sid
#109246
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/opah/statistics.proto
+5
-3
5 additions, 3 deletions
proto/opah/statistics.proto
with
5 additions
and
3 deletions
proto/opah/statistics.proto
+
5
−
3
View file @
a59b8bba
...
...
@@ -50,6 +50,7 @@ message SstResult {
message
SstSubband
{
int32
subband
=
1
;
float
frequency
=
2
;
message
SstAntenna
{
int32
antenna
=
1
;
...
...
@@ -57,7 +58,7 @@ message SstResult {
float
y_power_db
=
3
;
}
repeated
SstAntenna
antennas
=
2
;
repeated
SstAntenna
antennas
=
3
;
}
repeated
SstSubband
subbands
=
4
;
...
...
@@ -77,6 +78,7 @@ message XstResult {
FrequencyBand
frequency_band
=
2
;
float
integration_interval
=
3
;
int32
subband
=
4
;
float
frequency
=
5
;
message
XstBaseline
{
int32
antenna1
=
1
;
...
...
@@ -93,9 +95,9 @@ message XstResult {
XstValue
yy
=
6
;
}
repeated
XstBaseline
baselines
=
5
;
repeated
XstBaseline
baselines
=
6
;
}
message
XstReply
{
XstResult
result
=
3
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment