# next is file version.param # 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 pipeline 0.3 # 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.6 } { photom 0.6 } { bait 0.1 } #{ xvista 0.1.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 # end of file version.param #####################################################