Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

external/CDAWlib/

fuv_movie.pro


NAME: FUV_MOVIE PURPOSE: Produce mpeg movie from FUV images (WIC, SIE, SIP) CALLING SEQUENCE: out = fuv_movie(astruct,vname) INPUTS: astruct = structure returned by the read_mycdf procedure. vname = name of the variable in the structure used to produce movie. KEYWORD PARAMETERS: XSIZE = x size of single frame YSIZE = y size of single frame MPEG = 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 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: Rita C. Johnson, Jul/2001, 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 fuv_movie

result = fuv_movie(astruct, vname, XSIZE=XSIZE, YSIZE=YSIZE, MPEG=MPEG, REPORT=REPORT, TSTART=TSTART, TSTOP=TSTOP, MOVIE_FRAME_RATE=MOVIE_FRAME_RATE, MOVIE_LOOP=MOVIE_LOOP, LIMIT=LIMIT, COLORBAR=COLORBAR)

Parameters

astruct
vname

Keywords

XSIZE
YSIZE
MPEG
REPORT
TSTART
TSTOP
MOVIE_FRAME_RATE
MOVIE_LOOP
LIMIT
COLORBAR

File attributes

Modification date: Tue Oct 21 13:53:48 2014
Lines: 71