# This contains the version number of the pipeline software, # as well as a list of other software packages and their # required versions. # # MWR 4/22/2003 # # This is the version of the pipeline (TCL code) # version 0.1 released 04/15/2003 # version 0.2 released 04/20/2003 # version 0.3 released 04/24/2003 # version 0.4 released 05/15/2003 # version 0.5 released 06/18/2004 # version 0.6 released 03/27/2005 pipeline 0.6 # check these packages for compatibility with the current version # of the pipeline. Each package must have an actual version number # which is equal to or larger than the number after the package name check_packages { match 0.8 } { photom 0.8 } { xvista 0.1.3 } { bait 0.2 } # We need this so that we can put the list-of-all-parameter file # into the same directory as all the other output output_dir ../output