obspy.signal.spectral_estimation.PPSD._PPSD__process

PPSD._PPSD__process(tr)

Processes a segment of data and save the psd information. Whether Trace is compatible (station, channel, ...) has to checked beforehand.

Parameters:tr (Trace) Compatible Trace with data of one PPSD segment
Returns:True if segment was successfully processed, False otherwise.