FrequencyAnalysis#
- class lcviz.plugins.frequency_analysis.frequency_analysis.FrequencyAnalysis(*args, **kwargs)[source]#
Bases:
PluginTemplateMixin,DatasetSelectMixin,PlotMixinSee the Frequency Analysis Plugin Documentation for more details.
Only the following attributes and methods are available through the public plugin API:
dataset(DatasetSelect): Dataset to use for analysis.method(SelectPluginComponent): Method/algorithm to determine the period.xunit(SelectPluginComponent): Whether to plot power vs fequency or period.auto_range: boolminimum: floatmaximum: float:meth:
periodogram
Public constructor
Attributes Summary
A boolean (True, False) trait.
A trait for unicode strings.
Mixin to handle empty floating point field.
A float trait.
An instance of a Python list.
A trait for unicode strings.
Mixin to handle empty floating point field.
A float trait.
A boolean (True, False) trait.
An instance of a Python list.
A trait for unicode strings.
Attributes Documentation
- auto_range#
A boolean (True, False) trait.
- err#
A trait for unicode strings.
- maximum#
Mixin to handle empty floating point field.
- maximum_step#
A float trait.
- method_items#
An instance of a Python list.
- method_selected#
A trait for unicode strings.
- minimum#
Mixin to handle empty floating point field.
- minimum_step#
A float trait.
- periodogram#
- spinner#
A boolean (True, False) trait.
- template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/lcviz/envs/v2.0.0/lib/python3.11/site-packages/lcviz/plugins/frequency_analysis/frequency_analysis.py', 'frequency_analysis.vue')#
- user_api#
- xunit_items#
An instance of a Python list.
- xunit_selected#
A trait for unicode strings.