Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

external/CDAWlib/

plot_wind_map.pro


NAME: PLOT_WIND_MAP PURPOSE: To plot the map image data given in the input parameter astruct. Can plot as "thumbnails" or single frames. CALLING SEQUENCE: out = plot_map_images(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 FRAME = individual frame to plot XSIZE = x size of plotting window, single frame or thumbnails: 512 is default YSIZE = for thumbnails: calculated based on the number of images to plot. for single frames: 512 is default GIF = name of gif file to send output to REPORT = name of report file to send output to TSTART = time of frame to begin mapping, default = first frame TSTOP = time of frame to stop mapping, default = last frame CDAWEB = being run in cdaweb context, nothing happens. yet. DEBUG = if set, turns on additional debug output. OUTPUTS: out = status flag, 0=0k, -1 = problem occured. AUTHOR: Rita Johnson 12/2004. Based on plot_map_images.pro 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_wind_map

result = plot_wind_map(astruct, vname, THUMBSIZE=THUMBSIZE, FRAME=FRAME, XSIZE=XSIZE, YSIZE=YSIZE, GIF=GIF, ps=ps, REPORT=REPORT, TSTART=TSTART, TSTOP=TSTOP, MYSCALE=MYSCALE, XY_STEP=XY_STEP, CDAWEB=CDAWEB, DEBUG=DEBUG)

Parameters

astruct
vname

Keywords

THUMBSIZE
FRAME
XSIZE
YSIZE
GIF
ps
REPORT
TSTART
TSTOP
MYSCALE
XY_STEP
CDAWEB
DEBUG

File attributes

Modification date: Tue Oct 21 13:53:47 2014
Lines: 470