SessionPlotter

class Data_Reduction.GAVRT.plotter.SessionPlotter(parent, year, doy)

Bases: Data_Reduction.GAVRT.Session

Class to add plotting capability to a Session object

This instantiates MapPlotter objects which are a subclass of Map. This means that the Session initialization should not get the maps.

Methods Summary

get_map_plotters()

Returns the raster configuration IDs for the specified date

plot_centered_offsets([mapkeys])

show the positions at which data samples were taken

show_boresights([bs_keys, channel])

shows boresight data as a function time.

show_good_boresights()

From boresight 33940 I concluded that ‘data’ has one extra sample at the beginning compared to ‘logdata’.

show_images([mapkeys])

show the images for the designated maps

Methods Documentation

get_map_plotters()

Returns the raster configuration IDs for the specified date

plot_centered_offsets(mapkeys=None)

show the positions at which data samples were taken

:param mapkeys : numbers of the maps (default: all) :type mapkeys : list of int

show_boresights(bs_keys=None, channel=None)

shows boresight data as a function time.

show_good_boresights()

From boresight 33940 I concluded that ‘data’ has one extra sample at the beginning compared to ‘logdata’. This needs to be done more carefully.

show_images(mapkeys=None)

show the images for the designated maps

:param mapkeys : numbers of the maps (default: all) :type mapkeys : list of int