igwn_ligolw.lsctables Module¶
LSC Table definitions.
See the LDAS CVS repository at http://www.ldas-sw.ligo.caltech.edu/cgi-bin/cvsweb.cgi/ldas/dbms/db2/sql for more information.
Importing this module has the side effect of updating the ligolw.Table.TableByName dictionary to map all of the names of tables defined in this module to the classes defined here. This causes document parsing to construct instances of these classes, and use their respective row classes, when loading a document, instead of the generic types in ligolw.
Example:
>>> from igwn_ligolw import lsctables
Functions¶
|
Return True if the document tree below elem contains non-LSC tables, otherwise return False. |
|
|
|
|
|
Classes¶
|
|
|
|
|
|
|
|
|
|
|
Example: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NOTE: for some historical reason, this table records start and end times as integer-valued quantities, only. |
|
|
|
Example: |
|
|
|
|
|
|
|
|
|
NOTE: this table is deprecated and its definition will be removed. |
|
Example: |
|
|
|
Example: |
|
Example: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example: |
|
|
|
|
|
Example: >>> x = SimCBC() >>> x.ra_dec = 0., 0. |
|
|
|
|
|
Example: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Descriptor used internally to implement LIGOTimeGPS-valued properties using pairs of integer attributes on row objects, one for the integer seconds part of the GPS time and one for the integer nanoseconds part. |
|
Variant of the gpsproperty descriptor, adding support for a third "GMST" column. |
|
|
|
Descriptor used internally to expose pairs of GPS-valued properties as segment-valued properties. |
Class Inheritance Diagram¶
