obspy.core.trace

Module for handling ObsPy Trace and Stats objects.

copyright:

The ObsPy Development Team (devs@obspy.org)

license:

GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)

Private Functions

Warning

Private functions are mainly for internal/developer use and their API might change without notice.

_data_sanity_checks

Check if a given input is suitable to be used for Trace.data.

Classes

Stats

A container for additional header information of a ObsPy Trace object.

Trace

An object containing data of a continuous series, such as a seismic trace.