gwexpy.interop.obspy_#
Functions
|
Convert an Obspy object to a GWexpy object of type cls. |
|
Legacy alias. |
|
Convert gwexpy object to Obspy object. |
|
Legacy alias for internal use, prefers using new generic to_obspy. |
- gwexpy.interop.obspy_.to_obspy_trace(ts, stats_extra=None, dtype=None)#
Legacy alias for internal use, prefers using new generic to_obspy.
- gwexpy.interop.obspy_.from_obspy_trace(cls, tr, unit=None, name_policy='id')#
Legacy alias.
- gwexpy.interop.obspy_.to_obspy(data, **kwargs)#
Convert gwexpy object to Obspy object.
FrequencySeries -> Trace (Spectrum mode) Spectrogram -> Stream (Filter Bank mode) TimeSeries -> Trace
- gwexpy.interop.obspy_.from_obspy(cls, data, **kwargs)#
Convert an Obspy object to a GWexpy object of type cls.