Skip to content

pysmo.tools

Topic-specific tools that operate on pysmo types.

pysmo.tools contains higher-level, topic-specific modules that build on pysmo.functions and pysmo types. Each tool groups related functionality under its own submodule, imported via pysmo.tools.<tool-name>.

Modules:

Name Description
azdist

Common distance and azimuth calculations using pyproj.Geod.

iccs

Iterative Cross-Correlation and Stack (ICCS).

noise

Generate realistic synthetic noise.

plotutils

Utilities for plotting with pysmo types.

signal

Functions used in signal processing.

utils

Pysmo's little helpers.