Package pylal :: Module PopStatement :: Class GRBdata
[hide private]
[frames] | no frames]

Class GRBdata

source code

object --+
         |
        GRBdata

Instance Methods [hide private]
 
__init__(self, grb_name, inj_by_trial, off_by_trial, on_source)
Initializes this object by passing the injection/offsource and onource data
source code
 
choice(self, type)
Returns a particluar number from any sample
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, grb_name, inj_by_trial, off_by_trial, on_source)
(Constructor)

source code 

Initializes this object by passing the injection/offsource and onource data

Overrides: object.__init__