get_second_peak

tessilator.lc_analysis.get_second_peak(power)[source]

An algorithm to identify the second-highest peak in the periodogram

Parameters:
powerIterable

A set of power values calculated from the periodogram analysis.

Returns:
a_glist

A list of indices corresponding to the Gaussian around the peak power.

a_olist

A list of indices corresponding to all other parts of the periodogram.