Tables (gwpy.table)#
This module extends the functionality of the astropy.table
library for reading/writing/manipulating hetergeneous data tables.
Importing the Table object from here via
>>> from gwpy.table import Table
loads extra input/output definitions available for
read() and write().
Additionally, the EventTable object is provided to simplify working with
tables of time-stamped GW (or other) events.
See also
User Guide: Data tables
Examples: Tabular data examples
Classes#
|
Define a data column for use in a Table object. |
|
A container for a table of events. |
|
A container for a table of Gravity Spy Events. |
|
A class to represent tables of heterogeneous data. |
Class Inheritance Diagram#
