# # 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 3.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 # if set to 0, then the collate program will discard any star # which is only detected in a single passband # if set to 1, then the collate program accepts stars detected # in a single passband and sends them to output # If you set this to 1, be sure to set the corresponding # parameter to 1 in the "photom.param" file, too. collate_orphans 1