lightkurve.periodogram.Periodogram.copy#

Periodogram.copy()[source]#

Returns a copy of the Periodogram object.

This method uses the copy.deepcopy function to ensure that all objects stored within the Periodogram are copied.

Returns
pg_copyPeriodogram

A new Periodogram object which is a copy of the original.