obspy.signal.spectral_estimation.PPSD._PPSD__insert_processed_data

PPSD._PPSD__insert_processed_data(utcdatetime, spectrum)

Inserts the given UTCDateTime and processed/octave-binned spectrum at the right position in the lists, keeping the order intact.

Replaces old PPSD.__insert_used_time() private method and the addition ot the histogram stack that was performed directly in PPSD.__process().