Binning#

class lcviz.plugins.binning.binning.Binning(*args, **kwargs)[source]#

Bases: PluginTemplateMixin, FluxColumnSelectMixin, DatasetSelectMixin, EphemerisSelectAllowNoneMixin, AddResultsMixin

See the Binning Plugin Documentation for more details.

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

Public constructor

Attributes Summary

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

user_api

uses_active_status

A boolean (True, False) trait.

Methods Summary

bin([add_data])

vue_apply([event])

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

bin(add_data=True)[source]#
vue_apply(event={})[source]#