general/CDF/
cdf_var_atts.pro
NAME: cdf_var_atts FUNCTION: cdf_var_atts(id [,var[,attname]]) PURPOSE: Returns a structure that contains all the attributes of a variable within a CDF file. If attname is provided then it returns the value of only that attribute. KEYWORDS: DEFAULT: The default value of the attribute. ATTRIBUTES=att A named variable that returns an array of structures containing attribute info if this variable is passed in on subsequent calls to cdf_var_atts it can significantly improve performance. OBSOLETE!!! USAGE: atts = cdf_var_atts(file) ; returns structure containing all global attributes atts = cdf_var_atts(file INPUT: id: CDF file ID or filename. var; CDF variable name or number attname: CDF attribute name CREATED BY: Davin Larson $LastChangedBy: jimm $ $LastChangedDate: 2014-05-20 10:05:23 -0700 (Tue, 20 May 2014) $ $LastChangedRevision: 15173 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/CDF/cdf_var_atts.pro $
Routines
top source cdf_var_atts
result = cdf_var_atts(id0, var, attname, default=default, zvar=zvar, names_only=names_only, attributes=attributes, convert_int1_to_int2=convert_int1_to_int2)
Parameters
- id0
- var
- attname
Keywords
- default
- zvar
- names_only
- attributes
- convert_int1_to_int2
File attributes
Modification date: | Mon Jun 9 05:59:05 2014 |
Lines: | 67 |