# next is file make_list.param # parameters used by the "make_list" script # directory containing the raw image files input_dir /usr/tom1/data # a regexp for raw file names input_regexp h[vi]* # we will create a file containing a list of images and image parameters # and place it here: output_dir ../output imagelist_name make_list.out # the "picksym" program reads values from a FITS header picksym_exe picksym # fields in the "make_list.out" file # If you modify this list, you must also modify the "make_list" proc # in "make_list.tcl" to match list_fields { name filter jd exposure type ra dec sky skysig fwhm nstar zeropoint colorterm include } # end of file make_list.param #####################################################