general/misc/
get_file_names_ind.pro
PROCEDURE: get_file_names_ind, fnames PURPOSE: Gets an array of filenames within a masterfile within a time range INPUT: fnames: named variable in which the output array of filenames is placed. KEYWORDS: TIME_RANGE: Two element vector (double or string) specifying the time range. If time range is not set, then "GET_TIMESPAN" will be called to get a time range. MASTERFILE: Name of a masterfile that contains times and associated filenames. The file should have the format: yyyy-mm-dd/hh:mm:ss yyyy-mm-dd/hh:mm:ss fullpathfilename with one line for each file. (Hint: for CDF files, the masterfile can be created using the UNIX program 'kpdfile' or the IDL procedure "MAKE_CDF_INDEX".) ROOT_DIR: Optional root_directory of the masterfile. This will properly manage operating system dependancies. NO_DUPLICATES: (N; integer) when set the first N characters of file names are compared and only the highest version is returned. CREATED BY: Davin Larson VERSION: @(#)get_file_names_ind.pro 1.1 97/06/23
Routines
top source get_file_names_ind
get_file_names_ind, fnames, starttimes=starttimes, endtimes=endtimes, numrecs=numrecs, TIME_RANGE=TIME_RANGE, MASTERFILE=MASTERFILE, NO_DUPLICATES=NO_DUPLICATES, ROOT_DIR=ROOT_DIR, NFILES=NFILES
Parameters
- fnames
Keywords
- starttimes
- endtimes
- numrecs
- TIME_RANGE
- MASTERFILE
- NO_DUPLICATES
- ROOT_DIR
- NFILES
File attributes
Modification date: | Thu Feb 13 16:43:48 2014 |
Lines: | 73 |