The structures functions¶
array2SeqView¶
ClusteredEvent¶
eventPE¶
-
class
structures.eventPE.eventPE(gps, gpsPeak, duration, EnWDF, snrMean, snrPeak, freqMin, freqMean, freqMax, freqPeak, wave, coeff, Icoeff)[source]¶ This class stands for the encapsulation of the trigger data into one object
-
evCopy(ev)[source]¶ This method copies the parameter of the ev, eventPE object
Parameters: - ev (eventPE) – The eventPE object to copy parameters from
- gps (float) – GPS time of the trigger denoting the first gps of analyzing window
- gps – GPS time of the trigger denoting the moment it appeared at maximum SNR
- EnWDF (float) – The Signal to Noise Ratio of the trigger statistics of WDF
- snrMean (float) – The estimated mean Signal to Noise Ratio of the trigger
- snrPeak (float) – The estimated Signal to Noise Ratio of the trigger at its peak
- freqMin (float) – The minimum frequency of the trigger
- freqMax (float) – The maximum frequency of the trigger
- freqMean (float) – The mean frequency of the trigger
- freqPeak (float) – The frequency at the peak of the trigger
- duration (float) – The time duration of the trigger
- wave (str) – The type of the wavelet
- coeff (list) – The list containing wavelet coefficients of the trigger
- Icoeff (list) – The list containing raw wavelet coefficients of the trigger
-
update(gps, gpsPeak, duration, EnWDF, snrMean, snrPeak, freqMin, freqMean, freqMax, freqPeak, wave, coeff, Icoeff)[source]¶ This method updates the eventPE object with new parameters
Parameters: - gps (float) – GPS time of the trigger denoting the first gps of analyzing window
- gps – GPS time of the trigger denoting the moment it appeared at maximum SNR
- EnWDF (float) – The Signal to Noise Ratio of the trigger statistics of WDF
- snrMean (float) – The estimated mean Signal to Noise Ratio of the trigger
- snrPeak (float) – The estimated Signal to Noise Ratio of the trigger at its peak
- freqMin (float) – The minimum frequency of the trigger
- freqMax (float) – The maximum frequency of the trigger
- freqMean (float) – The mean frequency of the trigger
- freqPeak (float) – The frequency at the peak of the trigger
- duration (float) – The time duration of the trigger
- wave (str) – The type of the wavelet
- coeff (list) – The list containing wavelet coefficients of the trigger
- Icoeff (list) – The list containing raw wavelet coefficients of the trigger
-