# next is file collate.param # # parameters to control the collation portion of the # pipeline # # and where to place the output files? output_dir ../output # observatory latitude (decimal degrees, positive North) # and longitude (decimal degrees, positive West of Greenwich) latitude 41.83 longitude 88.33 # this is the distance within which V and I detections must coincide # to count as a match. Units are arcsec collate_matchrad 7.0 # this is the name of the command to collage V and I data from the same # image into a single datafile collate_exe collate # end of file collate.param #####################################################