Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

external/CDAWlib/

movie_wind_map.pro


NAME: movie_wind_map PURPOSE: To plot a sequence of mapped images into a movie file. CALLING SEQUENCE: out = movie_wind_map(astruct,vname) INPUTS: astruct = structure returned by the read_mycdf procedure. vname = name of the variable in the structure to plot KEYWORD PARAMETERS: XSIZE = x size of single frame YSIZE = y size of single frame LIMIT = Limit to the number of frames 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 MGIF = filename of animated gif output (won't do gif AND mpeg) MPEG = filename of mpeg output (won't do gif AND mpeg) CDAWEB = being run in cdaweb context DEBUG = if set, turns on additional debug output. OUTPUTS: out = status flag, 0=0k, -1 = problem occured. AUTHOR: Rita Johnson, 12/2004. Based on movie_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 movie_wind_map

result = movie_wind_map(astruct, vname, XSIZE=XSIZE, YSIZE=YSIZE, limit=limit, REPORT=REPORT, TSTART=TSTART, TSTOP=TSTOP, MYSCALE=MYSCALE, XY_STEP=XY_STEP, MGIF=MGIF, MPEG=MPEG, MOVIE_FRAME_RATE=MOVIE_FRAME_RATE, MOVIE_LOOP=MOVIE_LOOP, CDAWEB=CDAWEB, DEBUG=DEBUG)

Parameters

astruct
vname

Keywords

XSIZE
YSIZE
limit
REPORT
TSTART
TSTOP
MYSCALE
XY_STEP
MGIF
MPEG
MOVIE_FRAME_RATE
MOVIE_LOOP
CDAWEB
DEBUG

File attributes

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