lightkurve.LightCurve.append#

LightCurve.append(others, inplace=False)[source]#

Append one or more other LightCurve object(s) to this one.

Parameters
othersLightCurve, or list of LightCurve

Light curve(s) to be appended to the current one.

inplacebool

If True, change the current LightCurve instance in place instead of creating and returning a new one. Defaults to False.

Returns
new_lcLightCurve

Light curve which has the other light curves appened to it.