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)

close()

new_plot_cb(w)

redo()

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

start()

This method is called to start the plugin.

stop()

This method is called to stop the plugin.

Methods Documentation

build_gui(container)[source]
close()[source]
new_plot_cb(w)[source]
redo()[source]

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

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.