Periodogram#
Constructor#
|
Generic class to represent a power spectrum (frequency vs power data). |
|
Creates a |
Creates a |
Attributes#
The array of frequency values. |
|
Frequency value corresponding to the highest peak in the periodogram. |
|
The array of periods, i.e. 1/frequency. |
|
Period value corresponding to the highest peak in the periodogram. |
|
The array of power values. |
|
Power of the highest peak in the periodogram. |
Methods#
|
Bins the power spectrum. |
Returns a copy of the Periodogram object. |
|
|
Estimates the Signal-To-Noise (SNR) spectrum by dividing out an estimate of the noise background. |
|
Plots the Periodogram. |
Prints a summary of the non-callable attributes of the Periodogram object. |
|
|
Smooths the power spectrum using the 'boxkernel' or 'logmedian' method. |
|
Returns a |
Exports the Periodogram as an Astropy Table. |
|
Computes commonly used vetting statistics for a transit model. |
|
Computes the transit model using the BLS, returns a lightkurve.LightCurve |