Binning#
- class lcviz.plugins.binning.binning.Binning(*args, **kwargs)[source]#
Bases:
PluginTemplateMixin,FluxColumnSelectMixin,DatasetSelectMixin,EphemerisSelectAllowNoneMixin,AddResultsMixinSee the Binning Plugin Documentation for more details.
Only the following attributes and methods are available through the public plugin API:
dataset(DatasetSelect): Dataset to bin.ephemeris(SelectPluginComponent): Label of the component corresponding to the active ephemeris.input_lc()Data used as input to binning, based ondatasetandephemeris.n_bins: intadd_results(AddResults)
Public constructor
Attributes Summary
A boolean (True, False) trait.
Mixin to handle empty integer field.
A boolean (True, False) trait.
A boolean (True, False) trait.
Methods Summary
Attributes Documentation
- bin_enabled#
A boolean (True, False) trait.
- ephemeris_dict#
- ephemeris_plugin#
- input_lc#
- marks#
- n_bins#
Mixin to handle empty integer field.
- show_live_preview#
A boolean (True, False) trait.
- template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/lcviz/envs/stable/lib/python3.11/site-packages/lcviz/plugins/binning/binning.py', 'binning.vue')#
- user_api#
- uses_active_status#
A boolean (True, False) trait.
Methods Documentation