Open icweaver opened 3 years ago
Hi @icweaver, this is definitely expected behavior here, as we go to longer periods it's easy to over fit (because we're fitting systematics at the same time as doing the periodogram). The power_bkg
array is the periodogram of the background pixels, and if you compare to that you should be able to identify true signal compared to overfitting, e.g.
In the example here there is lots of power in the background pixels at long periods so we can discount it.
Hope this helps?
Oh perfect, dividing them certainly does the trick!
plt.plot(r["periods"], r["power"]/r["power_bkg"])
I see now that you even introduced background pixel correction in an earlier release for dealing with exactly this, sorry for the noise (no pun intended)
Hi @christinahedges, thanks again for the quick fix in #6! I am running into an issue now where the periodograms do not seem to be converging for me:
For comparison, the periodogram created from the light curve file returns the following:
I was wondering if there is anything that I need to tune/transform beforehand or if there are any other sort of diagnostics I should check first?