SimpleAperturePhotometry

class jdaviz.configs.imviz.plugins.SimpleAperturePhotometry(*args, **kwargs)[source] [edit on github]

Bases: jdaviz.core.template_mixin.TemplateMixin

Public constructor

Attributes Summary

background_value

A trait which allows any value.

counts_factor

A trait which allows any value.

dc_items

An instance of a Python list.

flux_scaling

A trait which allows any value.

pixel_area

A trait which allows any value.

result_available

A boolean (True, False) trait.

results

An instance of a Python list.

subset_items

An instance of a Python list.

template_file

Methods Summary

vue_data_selected(event)

vue_do_aper_phot(*args, **kwargs)

vue_subset_selected(event)

Attributes Documentation

background_value

A trait which allows any value.

counts_factor

A trait which allows any value.

dc_items

An instance of a Python list.

flux_scaling

A trait which allows any value.

pixel_area

A trait which allows any value.

result_available

A boolean (True, False) trait.

results

An instance of a Python list.

subset_items

An instance of a Python list.

template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/jdaviz/envs/v2.2.0/lib/python3.8/site-packages/jdaviz/configs/imviz/plugins/aper_phot_simple/aper_phot_simple.py', 'aper_phot_simple.vue')

Methods Documentation

vue_data_selected(event)[source] [edit on github]
vue_do_aper_phot(*args, **kwargs)[source] [edit on github]
vue_subset_selected(event)[source] [edit on github]