Home | Trees | Indices | Help |
|
---|
|
object --+ | table.Table.RowType --+ | SnglInspiral
Helpful parent class for row objects. Also used as the default row class by Table instances. Provides an __init__() method that accepts keyword arguments from which the object's attributes are initialized.
Example:
>>> x = Table.RowType(a = 0.0, b = "test", c = True) >>> x.a 0.0 >>> x.b 'test' >>> x.c True
Also provides .__getstate__() and .__setstate__() methods to allow row objects to be pickled (otherwise, because they all use __slots__ to reduce their memory footprint, they aren't pickleable).
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
|
|
|||
end = <glue.ligolw.lsctables.gpsproperty object at 0x7f390417a
|
|
|||
Gamma0 | |||
Gamma1 | |||
Gamma2 | |||
Gamma3 | |||
Gamma4 | |||
Gamma5 | |||
Gamma6 | |||
Gamma7 | |||
Gamma8 | |||
Gamma9 | |||
alpha | |||
alpha1 | |||
alpha2 | |||
alpha3 | |||
alpha4 | |||
alpha5 | |||
alpha6 | |||
amplitude | |||
bank_chisq | |||
bank_chisq_dof | |||
beta | |||
channel | |||
chi | |||
chisq | |||
chisq_dof | |||
coa_phase | |||
cont_chisq | |||
cont_chisq_dof | |||
eff_distance | |||
end_time | |||
end_time_gmst | |||
end_time_ns | |||
eta | |||
event_duration | |||
event_id | |||
f_final | |||
ifo | |||
impulse_time | |||
impulse_time_ns | |||
kappa | |||
mass1 | |||
mass2 | |||
mchirp | |||
mtotal | |||
process_id | |||
psi0 | |||
psi3 | |||
rsqveto_duration | |||
search | |||
sigmasq | |||
snr | |||
spin1 | |||
spin1x | |||
spin1y | |||
spin1z | |||
spin2 | |||
spin2x | |||
spin2y | |||
spin2z | |||
tau0 | |||
tau2 | |||
tau3 | |||
tau4 | |||
tau5 | |||
template_duration | |||
ttotal | |||
Inherited from |
|
end
|
|
spin1
|
spin2
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 12 00:34:19 2017 | http://epydoc.sourceforge.net |