You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where σk is the measurement uncertainty in data point dk. We allow the mean to float, leading to more robust period estimates in the case where the periodic phase is not uniformly sampled; in these cases, the model light curve has a non-zero mean. This can be important when searching for periods on the order of the data span Ttot. Now, define
where each of the three test frequencies fi is allowed to have four harmonics at frequencies fi, j = j**fi. The three test frequencies fi are found iteratively, by successfully finding and removing periodic signal producing a peak in Pf(f) , where Pf(f) is the Lomb-Scargle periodogram as defined above.
Given a peak in Pf(f), we whiten the data with respect to that frequency by fitting away a model containing that frequency as well as components with frequencies at 2, 3, and 4 times that fundamental frequency (harmonics). Then, we subtract that model from the data, update χ∘2, and recalculate Pf(f) to find more periodic components.
Algorithm:
For i = 1, 2, 3
Calculate Lomb-Scargle periodogram Pf(f) for light curve.
Find peak in Pf(f), subtract that model from data.
Update χ∘2, return to Step 1.
Then, the features extracted are given as an amplitude and a phase:
where Ai, j is the amplitude of the j − t**h harmonic of the i − t**h frequency component and PHi, j is the phase component, which we then correct to a relative phase with respect to the phase of the first component:
PH′i, j = PHi, j − PH00
and remapped to | − π, +π|
References
The text was updated successfully, but these errors were encountered:
Create plot routine for extractor
FourierComponents
.Path: feets.extractors.ext_fourier_components.py
Features
Freq2_harmonics
Freq3_harmonics
Freq1_harmonics
Extractor Documentation
The text was updated successfully, but these errors were encountered: