Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

external/CDAWlib/

plot_fluximages.pro


NAME: PLOT_FLUXIMAGES PURPOSE: To plot the image data given in the input parameter astruct. Can plot as "thumbnails" or single frames. CALLING SEQUENCE: out = plot_fluximages(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 = 140 (i.e. 140x140) - due to restrictions in the underlying code. 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: Tami Kovalick, Raytheon ITSS, July 25, 2000 - this program is based on the plot_images program originally written by R. Burley. It is being modified for use w/ Rick's new plot_enaflux5 plotting code. MODIFICATION HISTORY: Copyright 1996-2013 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.

Routines

top source plot_fluximages

result = plot_fluximages(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, SMOOTH=SMOOTH)

Parameters

astruct
vname

Keywords

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

File attributes

Modification date: Tue Oct 21 13:53:46 2014
Lines: 657