general/key_param/
loadallhdf.pro
Routines
top source loadallhdf
loadallhdf, filenames=filenames, vdataname=vdataname, data=data, masterfile=masterfile, time_range=time_range, hdfnames=hdfnames, tagnames=tagnames, indexfile=indexfile, environvar=environvar
PROCEDURE: loadallhdf PURPOSE: Loads selected HDF file variables into a data structure. KEYWORDS: VDATANAME: (Required) name of VData set to be retrieved from HDF file. (following keywords are optional) FILENAMES: string (array); full pathname of file(s) to be loaded. (INDEXFILE, ENVIRONVAR, MASTERFILE and TIME_RANGE are ignored if this is set.) MASTERFILE: Full Pathname of indexfile or name of environment variable giving path and filename information as defined in "get_file_names". (INDEXFILE and ENVIRONVAR are ignored if this is set) INDEXFILE: File name (without path) of indexfile. This file should be located in the directory given by ENVIRONVAR. If not given then "PICKFILE" is used to select an index file. see "make_cdf_index" for information on producing this file. ENVIRONVAR: Name of environment variable containing directory of indexfiles (default is 'CDF_INDEX_DIR') TIME_RANGE: Two element vector specifying time range (default is to use trange_full; see "TIMESPAN" or "GET_TIMESPAN" for more info) HDFNAMES: Names of HDF variables to be loaded. (string array) TAGNAMES: String array of structure tag names. DATA: Named variable that data is returned in. TPLOT_NAME: "TPLOT" string name. If set then a tplot variable is created. Individual elements can be referred to as 'NAME.ELEMENT' VERSION: @(#)loadallhdf.pro 1.1 00/01/20 Created by Peter Schroeder, January 2000
Keywords
- filenames
- vdataname
- data
- masterfile
- time_range
- hdfnames
- tagnames
- indexfile
- environvar
File attributes
Modification date: | Thu Feb 13 16:43:33 2014 |
Lines: | 101 |