Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

external/CDAWlib/

plot_images.pro


Routines

top source plot_images

result = plot_images(astruct, vname, THUMBSIZE=THUMBSIZE, FRAME=FRAME, XSIZE=XSIZE, YSIZE=YSIZE, GIF=GIF, REPORT=REPORT, TSTART=TSTART, TSTOP=TSTOP, NONOISE=NONOISE, CDAWEB=CDAWEB, DEBUG=DEBUG, COLORBAR=COLORBAR)

NAME: PLOT_IMAGES PURPOSE: To plot the image data given in the input parameter astruct. Can plot as "thumbnails" or single frames. CALLING SEQUENCE: out = plotmaster(astruct,vname) INPUTS: astruct = structure returned by the read_mycdf procedure. vname = name of the variable in the structure to plot KEYWORD PARAMETERS: THUMBSIZE = size (pixels) of thumbnails, default = 40 (i.e. 40x40) FRAME = individual frame to plot XSIZE = x size of single frame YSIZE = y size of single frame GIF = name of gif file to send output to REPORT = name of report file to send output to TSTART = time of frame to begin imaging, default = first frame TSTOP = time of frame to stop imaging, default = last frame NONOISE = eliminate points outside 3sigma from the mean CDAWEB = being run in cdaweb context, extra report is generated DEBUG = if set, turns on additional debug output. COLORBAR = calls function to include colorbar w/ image OUTPUTS: out = status flag, 0=0k, -1 = problem occured. AUTHOR: Richard Burley, NASA/GSFC/Code 632.0, Feb 22, 1996 burley@nssdca.gsfc.nasa.gov (301)286-2864 MODIFICATION HISTORY: 8/13/96 : R. Burley : Add and utilize TSTART, TSTOP and NONOISE : keywords. Add frame times to displays. 8/18/96 : R. Burley : If no data in requested time span then : output appropriate message to window/gif. 8/19/96 : R. Burley : Output warning message if all data points : are outsize validmin/max values. 10/30/96 : R. Baldwin : Added colobar function 6/17/2011 : T Kovalick : replace !d.n_colors w/ !d.table size

Parameters

astruct
vname

Keywords

THUMBSIZE
FRAME
XSIZE
YSIZE
GIF
REPORT
TSTART
TSTOP
NONOISE
CDAWEB
DEBUG
COLORBAR

File attributes

Modification date: Tue Oct 21 13:53:48 2014
Lines: 527