Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

general/CDF/obsolete/

loadcdf2.pro


PROCEDURE: loadcdf2 PURPOSE: Loads one type of data from specified cdf file. INPUT: CDF_file: the file to load data from (or the id of an open file) CDF_var: the variable to load x: the variable to load data into KEYWORDS: zvar: must be set if variable to be loaded is a zvariable. append: appends data to the end of x instead of overwriting it. nrecs: number of records to be read. no_shift: if set, do not perform dimen_shift to data. rec_start: CDF record number to begin reading. CREATED BY: Jim Byrnes, heavily modified by Davin Larson (was loadcdf) MODIFICATIONS: 96-6-26 added APPEND keyword LAST MODIFICATION: @(#)loadcdf2.pro 1.5 98/08/13

Routines

top source loadcdf2

loadcdf2, CDF_file, CDF_var, x0, zvar=zvar, append=append, no_shift=no_shift, nrecs=nrecs, rec_start=rec_start

Parameters

CDF_file
CDF_var
x0

Keywords

zvar
append
no_shift
nrecs
rec_start

File attributes

Modification date: Thu Feb 13 16:43:50 2014
Lines: 27