Stitch#
- class lcviz.plugins.stitch.stitch.Stitch(*args, **kwargs)[source]#
Bases:
PluginTemplateMixin,DatasetMultiSelectMixin,AddResultsMixinSee the Stitch Plugin Documentation for more details.
Only the following attributes and methods are available through the public plugin API:
dataset(DatasetSelect): Datasets to stitch.remove_input_datasetsadd_results(AddResults)
Public constructor
Attributes Summary
A boolean (True, False) trait.
A trait for unicode strings.
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/stable/lib/python3.11/site-packages/lcviz/plugins/stitch/stitch.py', 'stitch.vue')#
- user_api#
- uses_active_status#
A boolean (True, False) trait.
Methods Documentation