Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resolve
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
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
ift
resolve
Commits
06107a95
Commit
06107a95
authored
3 years ago
by
Philipp Arras
Browse files
Options
Downloads
Patches
Plain Diff
License
parent
2e7e8234
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#107048
passed
3 years ago
Stage: build_docker
Stage: testing
Stage: release
Stage: deploy
Changes
1
Pipelines
11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resolve/data/antenna_positions.py
+2
-2
2 additions, 2 deletions
resolve/data/antenna_positions.py
with
2 additions
and
2 deletions
resolve/data/antenna_positions.py
+
2
−
2
View file @
06107a95
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright(C) 2019-202
0
Max-Planck-Society
# Copyright(C) 2019-202
1
Max-Planck-Society
# Author: Philipp Arras
import
numpy
as
np
...
...
@@ -98,7 +98,7 @@ class AntennaPositions:
def
ant2
(
self
):
return
self
.
_ant2
def
extract_baseline
s
(
self
,
antenna1
,
antenna2
,
data
):
def
extract_baseline
(
self
,
antenna1
,
antenna2
,
data
):
"""
Extract data that belongs to a given baseline.
Parameters
...
...
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