Skip to content
Snippets Groups Projects

Devel

Merged Philipp Arras requested to merge devel into master
2 files
+ 15
14
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -485,6 +485,18 @@ class Observation(BaseObservation):
@@ -485,6 +485,18 @@ class Observation(BaseObservation):
def antenna_positions(self):
def antenna_positions(self):
return self._antpos
return self._antpos
 
@property
 
def ant1(self):
 
return self._antpos.ant1
 
 
@property
 
def ant2(self):
 
return self._antpos.ant2
 
 
@property
 
def time(self):
 
return self._antpos.time
 
@property
@property
def direction(self):
def direction(self):
if self._auxiliary_tables is not None and "FIELD" in self._auxiliary_tables:
if self._auxiliary_tables is not None and "FIELD" in self._auxiliary_tables:
Loading