# next is file refcat.param # parameters used by the "refcat" script # directory and file containing the full astrometric reference catalog astrom_refcat_dir /home/tom/mk4/refcat astrom_refcat_name big_refcat.dat # directory and file containing the full photometric reference catalog photom_refcat_dir /home/tom/mk4/refcat photom_refcat_name tyc2_phot_-10_+90 # columns in the reference catalog(s) containing RA and Dec # (zero-indexed, so the first column is "0" and second column is "1") astrom_ref_ra_col 0 astrom_ref_dec_col 1 photom_ref_ra_col 0 photom_ref_dec_col 1 # directory and file name for the new catalog we'll create output_dir ../output astrom_mini_catalog astrom_ref.dat photom_mini_catalog photom_ref.dat # file containing the list of images (which must be in the output_dir) imagelist_name make_list.out # columns in the list-of-images file containing RA and Dec # (zero-indexed, so the first column is "0" and second column is "1") imagelist_ra_col 5 imagelist_dec_col 6 # size of the Mark IV field of view (degrees) # note that a parameter with the same meaning appears in the "astrom.param" # file; they should have the same value! fov 4.2 # end of file refcat.param #####################################################