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
Adding a to_lightcurve method that makes a LightCurve object from the lightkurve package would make PhotometryData much more useful. Those objects have methods for performing a periodogram (Lomb-Scargle or BLS), phase folding, plotting, etc. So lots of extra functionality without much effort on our part. A LightKurve object is a subclass of astropy's TimeSeries, so we get both for free.
The text was updated successfully, but these errors were encountered:
Adding a
to_lightcurve
method that makes a LightCurve object from thelightkurve
package would makePhotometryData
much more useful. Those objects have methods for performing a periodogram (Lomb-Scargle or BLS), phase folding, plotting, etc. So lots of extra functionality without much effort on our part. ALightKurve
object is a subclass of astropy'sTimeSeries
, so we get both for free.The text was updated successfully, but these errors were encountered: