obspy.core.trace

Module for handling ObsPy Trace 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.

_add_processing_info

This is a decorator that attaches information about a processing call as a string to the Trace.stats.processing list.

_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.