This page was created by the IDL library routine
mk_html_help2
.
Last modified: Tue Feb 13 09:58:54 2007.
Please note this routine is still in development CDF2TPLOT ,files,varnames=varnames,all=all record=record if only one record and not full cdf-file is requested $LastChangedBy: davin-win $ $LastChangedDate: 2007-02-07 04:33:51 -0800 (Wed, 07 Feb 2007) $ $LastChangedRevision: 314 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/ssl_general/trunk/CDF/cdf2tplot.pro $
(See ssl_general/CDF/cdf2tplot.pro)
NAME: cdf_info FUNCTION: cdf_info(id) PURPOSE: Returns a structure with useful information about a CDF file. In particular the number of file records is returned in this structure. INPUT: id: CDF file ID. CREATED BY: Davin Larson LAST MODIFIED: @(#)cdf_info.pro 1.9 02/11/01 $LastChangedBy: davin-win $ $LastChangedDate: 2007-01-13 22:42:21 -0800 (Sat, 13 Jan 2007) $ $LastChangedRevision: 185 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/ssl_general/trunk/CDF/cdf_info.pro $
(See ssl_general/CDF/cdf_info.pro)
This is a new routine that needs further testing, development, and enhancements. PROCEDURE: cdf2tplot, cdfi Purpose: Creates TPLOT variables from a CDF structure (obtained from "CDF_LOAD_VAR") This routine will only work well if the underlying CDF file follows the SPDF standard. Written by Davin Larson $LastChangedBy: davin-win $ $LastChangedDate: 2007-02-07 04:31:07 -0800 (Wed, 07 Feb 2007) $ $LastChangedRevision: 313 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/ssl_general/trunk/CDF/cdf_info_to_tplot.pro $
(See ssl_general/CDF/cdf_info_to_tplot.pro)
$LastChangedBy: davin-win $ $LastChangedDate: 2007-02-07 04:31:07 -0800 (Wed, 07 Feb 2007) $ $LastChangedRevision: 313 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/ssl_general/trunk/CDF/cdf_load_vars.pro $
(See ssl_general/CDF/cdf_load_vars.pro)
NAME: cdf_set_cdf27 SYNTAX: cdf_set_cdf27 [, /yes | /no] PURPOSE: Call CDF_SET_CDF27_BACKWARD_COMPATIBLE but don't bomb unnecessarily when run on an (unpatched) pre-IDL 6.3, pre-CDF 3.1 installation of IDL. VERSION: $LastChangedBy: kenb-mac $ $LastChangedDate: 2006-12-13 11:21:07 -0800 (Wed, 13 Dec 2006) $ $LastChangedRevision: 88 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/ssl_general/trunk/CDF/cdf_set_cdf27.pro $
(See ssl_general/CDF/cdf_set_cdf27.pro)
NAME: cdf_var_atts FUNCTION: cdf_var_atts(id [,varname[,attname]]) PURPOSE: Returns a structure that contains the attributes of a variable within a CDF file. If attname is provided then it returns the value of that attribute. KEYWORDS: DEFAULT: The default value of the attribute. INPUT: id: CDF file ID or filename. CREATED BY: Davin Larson LAST MODIFIED: @(#)cdf_var_atts.pro 1.2 02/11/01 $LastChangedBy: davin-win $ $LastChangedDate: 2006-12-05 17:43:39 -0800 (Tue, 05 Dec 2006) $ $LastChangedRevision: 52 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/ssl_general/trunk/CDF/cdf_var_atts.pro $
(See ssl_general/CDF/cdf_var_atts.pro)
NAME: make_cdf_index PROCEDURE: make_cdf_index, [pattern] PURPOSE: Creates an index file for CDF files. The index file will have one line for each CDF file found. Each line contains the start time, end time and filename with the following format: YYYY-MM-DD/hh:mm:ss YYYY-MM-DD/hh:mm:ss fullpathname.cdf CDF files may be distributed over many directories or disks. INPUT: pattern: (string) file pattern, default is: '*.cdf' KEYWORDS: DATA_DIREC (string) data directory(s) INDEX_FILENAME: (string) Name of index file to be created. NO_DUPLICATES: Set to 1 if duplicate days are to be ignored. SEE ALSO: "makecdf","loadcdf","loadcdfstr","loadallcdf", CREATED BY: Davin Larson, August 1996 VERSION: 02/04/17 make_cdf_index.pro 1.5
(See ssl_general/CDF/make_cdf_index.pro)
PROCEDURE: print_cdf_info PURPOSE: prints information about a specified cdf file INPUT: filename: The name of the file for which info is desired. KEYWORDS: none CREATED BY: D. Larson LAST MODIFICATION: @(#)print_cdf_info.pro 1.13 02/11/01
(See ssl_general/CDF/print_cdf_info.pro)