# next is file thumbnail.param # parameters used by the "thumbnail" script # directory containing the raw image files input_dir /usr/tom1/data # directory in which all intermediate and final output files go output_dir ../output # directory in which all the XVista programs can be found xvista_dir ../xvista # name of the file we use to hold an ASCII list of image, with # properties of each one imagelist_name make_list.out # we display this subsection of each image box_num 5 box_cr 1000 box_cc 1000 box_nr 500 box_nc 500 zoom 0.5 # the display is assumed to have at least this many pixels in # each direction xlimit 1000 ylimit 800 # parameters which control the displaying # wait this long after calling "tv" on each image -- gives the # disk drive a chance to catch up sleeptime 3 # to determine the zero level, start at the sky level of a sample # image, then move this many sigma below the sky level zero_sigma 5 # to determine the span level, pick this many sky sigma span_sigma 20 # end of file thumbnail.param #####################################################