obspy.signal.spectral_estimation.PPSD._PPSD__check_time_present

PPSD._PPSD__check_time_present(utcdatetime)

Checks if the given UTCDateTime is already part of the current PPSD instance. That is, checks if from utcdatetime to utcdatetime plus 1 hour there is already data in the PPSD. Returns True if adding an one hour piece starting at the given time would result in an overlap of the ppsd data base, False if it is OK to insert this piece of data.

This Page