Array types (gwpy.types)#

The core Array object and direct subclasses.

These objects form the basic 1-D and 2-D arrays with metadata from which we can build specific data representations like the TimeSeries.

Classes#

Array(value, *[, unit, name, epoch, ...])

Array holding data with a unit, and other metadata.

Array2D(data[, unit, x0, dx, xindex, xunit, ...])

A two-dimensional array with metadata.

Index(value[, unit, dtype, copy, order, ...])

1-D Quantity array for indexing a Series.

Series(value[, unit, x0, dx, xindex, xunit])

A one-dimensional data series.

Class Inheritance Diagram#

Inheritance diagram of gwpy.types.array.Array, gwpy.types.array2d.Array2D, gwpy.types.index.Index, gwpy.types.series.Series