Plot Objects

From RHESSI Wiki

Jump to: navigation, search

Some preliminary notes on the plot objects which include

Contents

Some Sample Code

The UTPLOT object

new=OBJ_NEW('utplot')
new->set, times = result.time, data = result.esp_171
new->plot

The XYPLOT object

new=OBJ_NEW('xyplot')
new->set, xdata = FINDGEN(100), ydata = FINDGEN(100)
new->plot

The MAP object

new=OBJ_NEW('map')
fits2map, 'yourfitsfilename', map
new->set, map = map

Plotman

Each of these objects can also be plotted directly in plotman using the following code

plotman=OBJ_NEW('plotman', input = new, plot_type = 'map')
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox