_NAME_ get_archive_files_time_stamps _PROTOTYPE_ timeStamps = get_archive_files_time_stamps(day1996, structToUse) _SHORT-DESCRIPTION_ Get the time stamps of the data in one archive file (See WARNING.) _DESCRIPTION_ get_archive_files_time_stamps creates a list of the time stamps of a particular type of data in one daily archive file. WARNING: This routine *does not* return what is referred to elsewhere as a day's set of data. This routine should be used to check what time stamps are on data in an archive file for debugging purposes only. Do not process data using this routine. _INPUT_ * day1996 is the day-of-1996 of interest. * structToUse is an instance of the type struct you are interested in. _OUTPUT_ * The list of time stamps (in seconds-since-1996) on the data in the archive file. Uninitialized structs will return time stamps of 0.