external/CDAWlib/
movie_map_images.pro
NAME: MOVIE_MAP_IMAGES PURPOSE: To plot a sequence of mapped images into a movie file. CALLING SEQUENCE: out = movie_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: CENTERLONLAT = 2 element array of map center [longitude,latitude] 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 LIMIT = if set, limit the number of movie frames allowed - this is the default for CDAWEB OUTPUTS: out = status flag, 0=0k, -1 = problem occured. AUTHOR: Rich Baldwin, Raytheon STX Richard Burley, NASA/GSFC/Code 632.0, Feb 22, 1996 burley@nssdca.gsfc.nasa.gov (301)286-2864 MODIFICATION HISTORY: 1/21/98 : R. Baldwin : Initial version modified from plot_images.pro 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_map_images
result = movie_map_images(astruct, vname, CENTERLONLAT=CENTERLONLAT, THUMBSIZE=THUMBSIZE, FRAME=FRAME, XSIZE=XSIZE, YSIZE=YSIZE, GIF=GIF, REPORT=REPORT, TSTART=TSTART, TSTOP=TSTOP, NONOISE=NONOISE, MOVIE_FRAME_RATE=MOVIE_FRAME_RATE, MOVIE_LOOP=MOVIE_LOOP, CDAWEB=CDAWEB, DEBUG=DEBUG, COLORBAR=COLORBAR, LIMIT=LIMIT)
Parameters
- astruct
- vname
Keywords
- CENTERLONLAT
- THUMBSIZE
- FRAME
- XSIZE
- YSIZE
- GIF
- REPORT
- TSTART
- TSTOP
- NONOISE
- MOVIE_FRAME_RATE
- MOVIE_LOOP
- CDAWEB
- DEBUG
- COLORBAR
- LIMIT
File attributes
Modification date: | Tue Oct 21 13:53:48 2014 |
Lines: | 625 |