Slice

class jdaviz.configs.cubeviz.plugins.slice.slice.Slice(*args, **kwargs)[source] [edit on github]

Bases: PluginTemplateMixin

Public constructor

Attributes Summary

max_value

A float trait.

min_value

A float trait.

setting_show_indicator

A boolean (True, False) trait.

setting_show_wavelength

A boolean (True, False) trait.

slider

A trait which allows any value.

template_file

wait

An int trait.

wavelength

A trait which allows any value.

wavelength_unit

A trait which allows any value.

Methods Summary

vue_change_wavelength(event)

Attributes Documentation

max_value

A float trait.

min_value

A float trait.

setting_show_indicator

A boolean (True, False) trait.

setting_show_wavelength

A boolean (True, False) trait.

slider

A trait which allows any value.

template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/jdaviz/envs/v2.10.0/lib/python3.9/site-packages/jdaviz/configs/cubeviz/plugins/slice/slice.py', 'slice.vue')
wait

An int trait.

wavelength

A trait which allows any value.

wavelength_unit

A trait which allows any value.

Methods Documentation

vue_change_wavelength(event)[source] [edit on github]