Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open 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
tango
Commits
a83b2bde
Commit
a83b2bde
authored
1 year ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in XST observation settings
parent
934eefb2
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
tangostationcontrol/tangostationcontrol/configuration/observation_field_settings.py
+1
-1
1 addition, 1 deletion
...tationcontrol/configuration/observation_field_settings.py
with
2 additions
and
1 deletion
README.md
+
1
−
0
View file @
a83b2bde
...
...
@@ -166,6 +166,7 @@ Next change the version in the following places:
# Release Notes
*
0.30.2-2 Fix typo in parsing XST observation settings
*
0.30.2 Add XST/SST settings to Observation specifications
Fixed dimensionality of xst.FPGA_subband_select_R(W)
*
0.30.1 Remove deprecated FPGA_beamlet_output_nof_beamlets
...
...
This diff is collapsed.
Click to expand it.
tangostationcontrol/tangostationcontrol/configuration/observation_field_settings.py
+
1
−
1
View file @
a83b2bde
...
...
@@ -77,7 +77,7 @@ class ObservationFieldSettings(_ConfigurationBase):
if
self
.
SST
is
not
None
:
yield
"
SST
"
,
dict
(
self
.
SST
)
if
self
.
XST
is
not
None
:
yield
"
S
ST
"
,
dict
(
self
.
XST
)
yield
"
X
ST
"
,
dict
(
self
.
XST
)
@staticmethod
def
to_object
(
json_dct
)
->
"
ObservationFieldSettings
"
:
...
...
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