gwexpy.interop.astropy_#
Functions
|
Build a gwexpy series from an |
|
Convert a gwexpy time series to |
- 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.