Package pylal :: Module sky :: Class SkyPosition
[hide private]
[frames] | no frames]

Class SkyPosition

source code

object --+
         |
        SkyPosition

Instance Methods [hide private]
 
__iter__(self) source code
 
__repr__(self)
repr(x)
source code
 
__str__(self)
str(x)
source code
 
rotate(self, R)
Apply the 3x3 rotation matrix R to this SkyPosition.
source code
 
normalize(self)
Normalize this SkyPosition to be within standard limits [0 <= longitude < 2pi] and [-pi < latitude <= pi]
source code
 
opening_angle(self, other)
Calcalate the opening angle between this SkyPosition and the other SkyPosition
source code
 
get_time_delay(self, ifo1, ifo2, gpstime)
Return the time delay for this SkyPosition between arrival at ifo1 relative to ifo2, for the given gpstime.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)