開発版ドキュメント · 0.2.3 30c2f8ba · 入門例の検証対象 0.2.3 · 版情報 · 既知の制限

gwexpy.interop.obspy_#

Functions

from_obspy(cls, data, **kwargs)

Convert an Obspy object to a GWexpy object of type cls.

from_obspy_trace(cls, tr[, unit, name_policy])

Legacy alias.

to_obspy(data, **kwargs)

Convert gwexpy object to Obspy object.

to_obspy_trace(ts[, stats_extra, dtype])

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.