Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

general/CDF/

make_cdf_index.pro


Routines

Routines from make_cdf_index.pro

result = cdf_time_range(cdffile, fast=fast)
make_cdf_index, pattern, data_direc=data_direc, index_filename=index_filename, no_duplicates=no_duplicates

NAME: make_cdf_indexPROCEDURE: make_cdf_index, [pattern]PURPOSE: Creates an index file for CDF files.

Routine details

top source cdf_time_range

result = cdf_time_range(cdffile, fast=fast)

Parameters

cdffile

Keywords

fast

top source make_cdf_index

make_cdf_index, pattern, data_direc=data_direc, index_filename=index_filename, no_duplicates=no_duplicates

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

Parameters

pattern

Keywords

data_direc
index_filename
no_duplicates

File attributes

Modification date: Thu Feb 13 16:43:50 2014
Lines: 44