lightkurve.LightCurve.copy#

LightCurve.copy(copy_data=True)#

Return a copy of the table.

Parameters:
copy_databool

If True (the default), copy the underlying data array and make a deep copy of the meta attribute. Otherwise, use the same data array and make a shallow (key-only) copy of meta.