Development documentation · 0.2.3 30c2f8ba · Intro examples tested with 0.2.3 · Version details · Known limitations

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')#

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

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

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