Package pylal :: Module skylocutils :: Class CoincData
[hide private]
[frames] | no frames]

Class CoincData

source code

object --+
         |
        CoincData

simple container for the information needed to run the sky localization code

Instance Methods [hide private]
 
__init__(self)
here are all the things we need
source code
 
set_ifos(self, ifolist)
set the ifo_list ans ifo_coincs from the list of ifos involved in the coincidence
source code
 
set_snr(self, snrdict) source code
 
set_gps(self, gpsdict) source code
 
set_effDs(self, effDdict) source code
 
set_masses(self, m1, m2) source code
 
set_inj_params(self, lat, lon, m1, m2, dist, effDs)
set all of the injection parameters at once
source code
 
set_FAR(self, FAR_per_day) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

here are all the things we need

Overrides: object.__init__