SimpleAperturePhotometry#

class jdaviz.configs.imviz.plugins.aper_phot_simple.aper_phot_simple.SimpleAperturePhotometry(*args, **kwargs)[source]#

Bases: PluginTemplateMixin, DatasetSelectMixin, TableMixin, PlotMixin

Public constructor

Attributes Summary

background_value

A trait which allows any value.

bg_subset_items

An instance of a Python list.

bg_subset_selected

A trait for unicode strings.

counts_factor

A trait which allows any value.

current_plot_type

A trait for unicode strings.

fit_radial_profile

A boolean (True, False) trait.

fit_results

An instance of a Python list.

flux_scaling

A trait which allows any value.

pixel_area

A trait which allows any value.

plot_available

A boolean (True, False) trait.

plot_types

An instance of a Python list.

radial_plot

A trait which allows any value.

result_available

A boolean (True, False) trait.

result_failed_msg

A trait for unicode strings.

results

An instance of a Python list.

subset_area

An int trait.

subset_items

An instance of a Python list.

subset_selected

A trait for unicode strings.

template_file

Methods Summary

vue_do_aper_phot(*args, **kwargs)

Attributes Documentation

background_value#

A trait which allows any value.

bg_subset_items#

An instance of a Python list.

bg_subset_selected#

A trait for unicode strings.

counts_factor#

A trait which allows any value.

current_plot_type#

A trait for unicode strings.

fit_radial_profile#

A boolean (True, False) trait.

fit_results#

An instance of a Python list.

flux_scaling#

A trait which allows any value.

pixel_area#

A trait which allows any value.

plot_available#

A boolean (True, False) trait.

plot_types#

An instance of a Python list.

radial_plot#

A trait which allows any value.

result_available#

A boolean (True, False) trait.

result_failed_msg#

A trait for unicode strings.

results#

An instance of a Python list.

subset_area#

An int trait.

subset_items#

An instance of a Python list.

subset_selected#

A trait for unicode strings.

template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/jdaviz/envs/v3.6.2/lib/python3.11/site-packages/jdaviz/configs/imviz/plugins/aper_phot_simple/aper_phot_simple.py', 'aper_phot_simple.vue')#

Methods Documentation

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