5.2.11. pre_processing

Pre-processing modules take care of ensuring all data are processed the same. Note that gaps should be padded after filtering if you decide not to use these routines (see notes in correlation_warnings).

Utilities module whose functions are designed to do the basic processing of the data using obspy modules (which also rely on scipy and numpy).

copyright

EQcorrscan developers.

license

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

5.2.11.1. Classes & Functions

dayproc

Wrapper for dayproc to parallel multiple traces in a stream.

process

Basic function to process data, usually called by dayproc or shortproc.

shortproc

Basic function to bandpass and downsample.