Stitch#

class lcviz.plugins.stitch.stitch.Stitch(*args, **kwargs)[source]#

Bases: PluginTemplateMixin, DatasetMultiSelectMixin, AddResultsMixin

See the Stitch Plugin Documentation for more details.

Only the following attributes and methods are available through the public plugin API:

Public constructor

Attributes Summary

remove_input_datasets

A boolean (True, False) trait.

stitch_err

A trait for unicode strings.

template_file

user_api

uses_active_status

A boolean (True, False) trait.

Methods Summary

stitch([add_data])

Stitch multiple light curves (dataset) together using lightkurve.stitch.

vue_apply(*args, **kwargs)

Attributes Documentation

remove_input_datasets#

A boolean (True, False) trait.

stitch_err#

A trait for unicode strings.

template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/lcviz/envs/latest/lib/python3.11/site-packages/lcviz/plugins/stitch/stitch.py', 'stitch.vue')#
user_api#
uses_active_status#

A boolean (True, False) trait.

Methods Documentation

stitch(add_data=True)[source]#

Stitch multiple light curves (dataset) together using lightkurve.stitch.

Parameters:

add_data (bool) – Whether to add the resulting light curve to the app.

Returns:

output_lc – The flattened light curve.

Return type:

LightCurve

vue_apply(*args, **kwargs)[source]#