external/CDAWlib/
flux_movie.pro
NAME: FLUX_MOVIE PURPOSE: To generate mpeg "flux" IMAGE movie files given in the input parameter, astruct. CALLING SEQUENCE: out = flux_movie(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 GIF = name of mpeg 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: Tami Kovalick, Raytheon ITSS, Jan. 2, 2001 - this program is based on the plot_images program originally written by R. Burley. It is being modified to generate an mpeg movie file. 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 flux_movie
result = flux_movie(astruct, vname, XSIZE=XSIZE, YSIZE=YSIZE, GIF=GIF, REPORT=REPORT, TSTART=TSTART, TSTOP=TSTOP, NONOISE=NONOISE, CDAWEB=CDAWEB, DEBUG=DEBUG, COLORBAR=COLORBAR, MOVIE_FRAME_RATE=MOVIE_FRAME_RATE, MOVIE_LOOP=MOVIE_LOOP, LIMIT=LIMIT, SMOOTH=SMOOTH)
Parameters
- astruct
- vname
Keywords
- XSIZE
- YSIZE
- GIF
- REPORT
- TSTART
- TSTOP
- NONOISE
- CDAWEB
- DEBUG
- COLORBAR
- MOVIE_FRAME_RATE
- MOVIE_LOOP
- LIMIT
- SMOOTH
File attributes
Modification date: | Tue Oct 21 13:53:47 2014 |
Lines: | 364 |