ImvizImageView

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

Bases: BqplotImageView, AstrowidgetsImageViewerMixin, JdavizViewerMixin

Attributes Summary

default_class

inherit_tools

tools

tools_nested

Methods Summary

blink_once([reversed])

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_limits_change(*args)

on_mouse_or_key_event(data)

set_compass(image)

Update the Compass plugin with info from the given image Data object.

set_plot_axes()

Attributes Documentation

default_class = None
inherit_tools = False
tools = ['jdaviz:homezoom', 'jdaviz:boxzoommatch', 'jdaviz:boxzoom', 'jdaviz:panzoommatch', 'jdaviz:imagepanzoom', 'jdaviz:contrastbias', 'jdaviz:blinkonce', 'bqplot:rectangle', 'bqplot:circle', 'bqplot:ellipse']
tools_nested = [['jdaviz:homezoom', 'jdaviz:prevzoom'], ['jdaviz:boxzoommatch', 'jdaviz:boxzoom'], ['jdaviz:panzoommatch', 'jdaviz:panzoom'], ['bqplot:circle', 'bqplot:rectangle', 'bqplot:ellipse'], ['jdaviz:blinkonce', 'jdaviz:contrastbias'], ['jdaviz:sidebar_plot', 'jdaviz:sidebar_export', 'jdaviz:sidebar_compass']]

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_limits_change(*args)[source] [edit on github]
on_mouse_or_key_event(data)[source] [edit on github]
set_compass(image)[source] [edit on github]

Update the Compass plugin with info from the given image Data object.

set_plot_axes()[source] [edit on github]