Info_Ginga_Table

class ginga.rv.plugins.Info.Info_Ginga_Table(fv, chviewer)[source]

Bases: Info_Common

Info sidebar for the Ginga Table viewer.

Methods Summary

build_gui(container)

clear()

close()

make_plot_cb(w)

redo()

This is called when a new image arrives or the data in the existing image changes.

setup_table(dataobj)

start()

This method is called to start the plugin.

stop()

This method is called to stop the plugin.

x_select_cb(w, index)

Callback to set X-axis column.

y_select_cb(w, index)

Callback to set Y-axis column.

Methods Documentation

build_gui(container)[source]
clear()[source]
close()[source]
make_plot_cb(w)[source]
redo()[source]

This is called when a new image arrives or the data in the existing image changes.

setup_table(dataobj)[source]
start()[source]

This method is called to start the plugin. It is called after build_gui().

stop()[source]

This method is called to stop the plugin.

x_select_cb(w, index)[source]

Callback to set X-axis column.

y_select_cb(w, index)[source]

Callback to set Y-axis column.