ImvizImageView

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

Bases: glue_jupyter.bqplot.image.viewer.BqplotImageView, jdaviz.core.astrowidgets_api.AstrowidgetsImageViewerMixin

Attributes Summary

default_class

inherit_tools

tools

Methods Summary

blink_once()

data([cls])

get_link_type(data_label)

Find the type of glue linking between the given data label with the reference data in viewer.

on_mouse_or_key_event(data)

set_plot_axes()

Attributes Documentation

default_class = None
inherit_tools = False
tools = ['bqplot:home', 'bqplot:panzoom', 'bqplot:panzoommatch', 'bqplot:contrastbias', 'bqplot:blinkonce', 'bqplot:rectangle', 'bqplot:circle', 'bqplot:ellipse']

Methods Documentation

data(cls=None)[source] [edit on github]

Find the type of glue linking between the given data label with the reference data in viewer.

Parameters
data_labelstr

Data label to look up.

Returns
link_type{‘pixels’, ‘wcs’, ‘self’}

One of the link types accepted by link_image_data() or 'self' if the data label belongs to the reference data itself.

Raises
ValueError

Link look-up failed.

on_mouse_or_key_event(data)[source] [edit on github]
set_plot_axes()[source] [edit on github]