Directory: general/CDF/obsolete/
Contents
.pro files
- cdf_attr_exists.pro
FUNCTION: cdf_attr_exists, cdf, attrname PURPOSE: determines if a specified CDF file has an attribute with a specified name INPUTS: cdf: either the cdf_id of an open CDF file, or the name of a CDF file attrname: name of the attribute to be asked about KEYWORDS: scope: if set, return the scope of the attribute (if it is present).
- cdf_ptrs.pro
- cdf_to_tplot.pro
- cdf_var_exists.pro
FUNCTION: cdf_var_exists, cdf, varname PURPOSE: determines if a specified CDF file has a variable with a specified name INPUTS: cdf: either the cdf_id of an open CDF file, or the name of a CDF file attrname: name of the variable to be asked about KEYWORDS: OUTPUTS: return value is 1 if yes, 0 if no CREATED BY: Vince Saba LAST MODIFICATION: @(#)cdf_var_exists.pro 1.1 98/04/14
- loadallcdf.pro
PROCEDURE: loadallcdfUSAGE: loadallcdf, FORMATPURPOSE: Loads selected CDF file variables into a data structure.
- loadcdf2.pro
PROCEDURE: loadcdf2PURPOSE: Loads one type of data from specified cdf file.
- loadcdfstr.pro
PROCEDURE: loadcdfstrPURPOSE: loads data from specified cdf file into a structure.
- makecdf.pro
PROCEDURE: makecdf, datavary, datanovary=datanovary, filename=filename, status=status, $ gattributes=gattr, vattributes=vattr, tagsvary=tagsvary, $ tagsnovary=tagsnovary, overwrite=overwrite PURPOSE: Creates a CDF file given an array of structures KEYWORDS: filename: Name of file to be created.
- makecdf2.pro
PROCEDURE: makecdf2, data, sktfile=sktfile, cdffile=cdffile, $ gattributes=gattr, vattributes=vattr, overwrite=overwrite, $ status=status, verbose=verbose PURPOSE: Creates a CDF file from a structure of arrays INPUT: data: (this sounds complicated to describe, but see the EXAMPLE below) The structure containing the data to write out to CDF.
- tplot2cdf.pro
PROCEDURE: tplot2cdfThis procedure is not yet working.
- tplot_to_cdf.pro