This page was created by the IDL library routine mk_html_help2.

Last modified: Thu Oct 24 15:35:45 2019.


Directory Listing of Routines


Routine Descriptions

CDF_INFO2

[Next Routine] [List of Routines]
NAME:  cdf_info2
FUNCTION:   cdf_info2(id)
PURPOSE:
  Returns a HASH with useful information about a CDF file.
  In particular the number of file records is returned in this structure.
INPUT:
   id:   CDF file ID or filename
CREATED BY:    Davin Larson
 $LastChangedBy: davin-mac $
 $LastChangedDate: 2019-05-16 13:12:27 -0700 (Thu, 16 May 2019) $
 $LastChangedRevision: 27242 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_2/projects/SPP/sweap/COMMON/private/cdf_info2.pro $

(See projects/SPP/sweap/COMMON/private/cdf_info2.pro)


CDF_VAR_ATTS2

[Previous Routine] [List of Routines]
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: davin-mac $
 $LastChangedDate: 2018-11-01 15:52:23 -0700 (Thu, 01 Nov 2018) $
 $LastChangedRevision: 26044 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_2/projects/SPP/sweap/COMMON/private/cdf_var_atts2.pro $

(See projects/SPP/sweap/COMMON/private/cdf_var_atts2.pro)