ICSM / pgmuvi

Python gaussian processes for inference on multi-wavelength light curves
https://pgmuvi.readthedocs.io
GNU General Public License v3.0
12 stars 6 forks source link

Adding compute_psd and plot_psd functions to lightcurve.py #20

Closed KathrynJones1 closed 1 year ago

KathrynJones1 commented 1 year ago

Adding compute_psd and plot_psd functions to lightcurve.py.

So far all of the variables (e.g freq, means, etc.) all need to be given to the plot_psd function (and therefore need to be calculated somewhere else).