gwexpy.interop.astropy_

Functions

from_astropy_timeseries(cls, ap_ts[, ...])

Build a gwexpy series from an astropy.timeseries.TimeSeries.

to_astropy_timeseries(ts[, column, time_format])

Convert a gwexpy time series to astropy.timeseries.TimeSeries.

gwexpy.interop.astropy_.to_astropy_timeseries(ts, column='value', time_format='gps')[source]

Convert a gwexpy time series to astropy.timeseries.TimeSeries.

gwexpy.interop.astropy_.from_astropy_timeseries(cls, ap_ts, column='value', unit=None)[source]

Build a gwexpy series from an astropy.timeseries.TimeSeries.