Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
c124347e
Commit
c124347e
authored
3 years ago
by
Jörn Künsemöller
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-1082
: process review
parent
10353890
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!634
WIP: COBALT commissioning delta
,
!626
Resolve TMSS-1082
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/TMSS/backend/src/tmss/tmssapp/subtasks.py
+2
-1
2 additions, 1 deletion
SAS/TMSS/backend/src/tmss/tmssapp/subtasks.py
with
2 additions
and
1 deletion
SAS/TMSS/backend/src/tmss/tmssapp/subtasks.py
+
2
−
1
View file @
c124347e
...
...
@@ -141,7 +141,8 @@ def _generate_tab_ring_pointings(pointing, tab_rings) -> [dict]:
tab_nr
=
0
for
angle1
,
angle2
in
coordinates
:
target
=
"
TAB %s around %s
"
%
pointing
.
get
(
tab_nr
,
'
target
'
,
"
(%s,%s)
"
%
(
pointing
[
'
angle1
'
],
pointing
[
'
angle2
'
]))
tab_pointings
.
append
(
_add_pointings
(
pointing
,
{
'
angle1
'
:
angle1
,
'
angle2
'
:
angle2
,
'
direction_type
'
:
pointing
[
'
direction_type
'
],
'
target
'
:
target
})
relative_pointing
=
{
'
angle1
'
:
angle1
,
'
angle2
'
:
angle2
,
'
direction_type
'
:
pointing
[
'
direction_type
'
],
'
target
'
:
target
}
tab_pointings
.
append
(
_add_pointings
(
pointing
,
relative_pointing
,
target
=
target
))
return
tab_pointings
...
...
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