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. Otherwise, use the same data array. The meta is always deepcopied regardless of the value for copy_data.