Info_Ginga_Plot

class ginga.rv.plugins.Info.Info_Ginga_Plot(fv, fitsimage)[source]

Bases: Info_Common

Info sidebar for the Ginga Plot viewer.

Methods Summary

build_gui(container)

close()

motion_cb(viewer, event)

range_set_cb(viewer, ranges)

redo()

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

save_cb()

Save plot to file.

set_marker_cb(w, tf)

Toggle show/hide data point markers.

set_xlim_hi_cb([redraw])

Set plot limit based on user values.

set_xlim_lo_cb([redraw])

Set plot limit based on user values.

set_xlimits_widgets([set_min, set_max])

Populate axis limits GUI with current plot values.

set_ylim_hi_cb([redraw])

Set plot limit based on user values.

set_ylim_lo_cb([redraw])

Set plot limit based on user values.

set_ylimits_widgets([set_min, set_max])

Populate axis limits GUI with current plot values.

start()

This method is called to start the plugin.

stop()

This method is called to stop the plugin.

x_dist_cb(w, index)

y_dist_cb(w, index)

Methods Documentation

build_gui(container)[source]
close()[source]
motion_cb(viewer, event)[source]
range_set_cb(viewer, ranges)[source]
redo()[source]

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

save_cb()[source]

Save plot to file.

set_marker_cb(w, tf)[source]

Toggle show/hide data point markers.

set_xlim_hi_cb(redraw=True)[source]

Set plot limit based on user values.

set_xlim_lo_cb(redraw=True)[source]

Set plot limit based on user values.

set_xlimits_widgets(set_min=True, set_max=True)[source]

Populate axis limits GUI with current plot values.

set_ylim_hi_cb(redraw=True)[source]

Set plot limit based on user values.

set_ylim_lo_cb(redraw=True)[source]

Set plot limit based on user values.

set_ylimits_widgets(set_min=True, set_max=True)[source]

Populate axis limits GUI with current plot values.

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_dist_cb(w, index)[source]
y_dist_cb(w, index)[source]