| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
table.Table.RowType --+
|
SnglBurst
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 |
|||
|
|||
ms_peak = <glue.ligolw.lsctables.gpsproperty object at 0x7f390
|
|||
ms_start = <glue.ligolw.lsctables.gpsproperty object at 0x7f39
|
|||
ms_stop = <glue.ligolw.lsctables.gpsproperty object at 0x7f390
|
|||
peak = <glue.ligolw.lsctables.gpsproperty object at 0x7f390417
|
|||
start = <glue.ligolw.lsctables.gpsproperty object at 0x7f39041
|
|||
stop = <glue.ligolw.lsctables.gpsproperty object at 0x7f390417
|
|||
|
|||
| amplitude | |||
| band | |||
| bandwidth | |||
| central_freq | |||
| channel | |||
| chisq | |||
| chisq_dof | |||
| confidence | |||
| creator_db | |||
| duration | |||
| event_id | |||
| fhigh | |||
| filter_id | |||
| flow | |||
| hrss | |||
| ifo | |||
| ms_band | |||
| ms_bandwidth | |||
| ms_confidence | |||
| ms_duration | |||
| ms_fhigh | |||
| ms_flow | |||
| ms_hrss | |||
| ms_period | |||
| ms_snr | |||
| ms_start_time | |||
| ms_start_time_ns | |||
| ms_stop_time | |||
| ms_stop_time_ns | |||
| param_one_name | |||
| param_one_value | |||
| param_three_name | |||
| param_three_value | |||
| param_two_name | |||
| param_two_value | |||
| peak_frequency | |||
| peak_frequency_error | |||
| peak_strain | |||
| peak_strain_error | |||
| peak_time | |||
| peak_time_error | |||
| peak_time_ns | |||
| period | |||
| process_id | |||
| search | |||
| snr | |||
| start_time | |||
| start_time_ns | |||
| stop_time | |||
| stop_time_ns | |||
| tfvolume | |||
| time_lag | |||
|
Inherited from |
|||
|
|||
ms_peak
|
ms_start
|
ms_stop
|
peak
|
start
|
stop
|
|
|||
band
|
ms_band
|
ms_period
|
period
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 12 00:34:19 2017 | http://epydoc.sourceforge.net |