Example #1
12
 def getVariance (self):
     return _miriad_f.uvdatgtr ('variance')
Example #2
12
def getVariance ():
    """Return the variance of the current visibility."""
    return _miriad_f.uvdatgtr ('variance')
Example #3
1
def getJyPerK ():
    """Return the Jansky-per-Kelvin value of the current visibility."""
    return _miriad_f.uvdatgtr ('jyperk')
Example #4
0
 def getJyPerK (self):
     return _miriad_f.uvdatgtr ('jyperk')