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 ppsd_length there is already data in the PPSD. Returns True if adding ppsd_length 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.