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')[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.