make_uds_fname

Source: io/make_uds_fname.pro

 make_uds_fname
        Make a filename for a UDS file given the date.

 Usage:
        name=make_uds_fname(trange, template, spath[, oldname])

 Arguments:
       trange   double  input  The julian date of the start & end.
       template string input    A structure specifying how to generate
                        the filename
       spath    string  input   A string array listing the directories
                        in which to search.
       oldname string  input   Optional filename not to be matched.

 Keywords:
        new_search      If set, then (1) regenerate the files list,
                        and (2) do a backwards scan through dates
                        up to the duration of the file, if necessary.

 History:
        Original: 3/7/00; SJT
        Modify to include month/date format names: 1/5/01; SJT
        Remove VMS support: 15/4/03; SJT
        Only search compression suffices not "incompletion" prefices:
        25/1/05; SJT



James Tappin 2005-02-04