Package Wizardry :: Module AIPSData :: Class _AIPSVisibilityIter
[hide private]
[frames] | no frames]

Class _AIPSVisibilityIter

source code


This class is used as an iterator over visibilities.

Instance Methods [hide private]
 
__init__(self, data, err)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__len__(self) source code
 
next(self) source code
 
_fill(self) source code
 
update(self) source code
 
_get_uvw(self) source code
 
_set_uvw(self, value) source code
 
_get_time(self) source code
 
_set_time(self, value) source code
 
_get_baseline(self) source code
 
_set_baseline(self, value) source code
 
_get_source(self) source code
 
_set_source(self, value) source code
 
_get_freqsel(self) source code
 
_set_freqsel(self, value) source code
 
_get_inttim(self) source code
 
_set_inttim(self, value) source code
 
_get_weight(self) source code
 
_set_weight(self, value) source code
 
_get_visibility(self) source code
 
visibility(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  uvw = property(_get_uvw, _set_uvw)
  time = property(_get_time, _set_time)
  baseline = property(_get_baseline, _set_baseline)
  source = property(_get_source, _set_source)
  freqsel = property(_get_freqsel, _set_freqsel)
  inttim = property(_get_inttim, _set_inttim)
  weight = property(_get_weight, _set_weight)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, data, err)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)