For a list of PAS image, extract those images that have creation times (from the image names) that lie within a tmin,tmax UT time interval. The tmin,tmax values are fed in as sexigecimal strings. If one does not already exist, then a table file is created for the images that lie within the time interval. If the input table file exisits, then the script skips directly to the creation of a new table file (whose name is specified by arg5). This code uses the efficient (otw) code survey_headers.sh.
% select_pas_images_by_time --help Usage: select_pas_images_by_time list.gc1_all EX0 09:09:10.0 09:23:00 gc1A N arg1 - list of PAS images arg2 - basename of full table file arg3 - selection start time (hh:mm:ss.s) arg4 - selection end time (hh:mm:ss.s) arg5 - basename of output table file of images in the time window arg6 - run in debug/verbose modeBe sure to notice that this will provide an efficient way of creating image tables in time intervals. The initial table file may have been already built (e.g. with a call to acm_table_markII) or will be created on a firt run of this script. All subsequent runs for diffferent time intervals will use that existing input table to create the new subset table.