IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 4, 2008, 2:30:59 PM (18 years ago)
Author:
eugene
Message:

adding flatcorr simtest suites, mods to allow camera and sequence to be supplied by user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/automate.pro

    r18791 r19381  
    2323
    2424macro automate.load
    25   if ($0 != 3)
    26     echo "USAGE: automate.load (filename) (dbname)"
     25  if ($0 != 4)
     26    echo "USAGE: automate.load (filename) (camera) (dbname)"
    2727    break
    2828  end
     
    3232
    3333  ## interpolate standard values
    34   queuesubstr tmp @DBNAME@ $2
     34  queuesubstr tmp @CAMERA@ $2
     35  queuesubstr tmp @DBNAME@ $3
    3536  queuesubstr tmp @CWD@ $cwd
    3637
Note: See TracChangeset for help on using the changeset viewer.