lightkurve.LightCurve.append#
- LightCurve.append(others, inplace=False)[source]#
Append one or more other
LightCurve
object(s) to this one.- Parameters
- others
LightCurve
, or list ofLightCurve
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.
- others
- Returns
- new_lc
LightCurve
Light curve which has the other light curves appened to it.
- new_lc