IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2008, 12:39:42 PM (18 years ago)
Author:
eugene
Message:

adding simtest.detverify, fixing some bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080918/ippTasks/automate.pro

    r19381 r19619  
    264264      end
    265265      book setword automate $pageName pantaskState INIT.LAUNCH
     266
     267      if ($Ncheck == 1)
     268        # XXX this is a somewhat hackish way to carry information from the 'check' to the 'launch'
     269        book getword tmpCheck page.000 det_id -var DET_ID
     270        book getword tmpCheck page.000 iteration -var ITERATION
     271        book setword automate $pageName det_id $DET_ID
     272        book setword automate $pageName iteration $ITERATION
     273      end
    266274    end
    267275
     
    326334    end
    327335
     336    # modify the launch command to replace certain elements from the page
     337    book getword automate $pageName det_id -var DET_ID
     338    if ("$DET_ID" != "NULL")
     339      echo '$launchCommand'
     340      strsub "$launchCommand" @det_id@ $DET_ID -var launchCommand
     341    end
     342
     343    book getword automate $pageName iteration -var ITERATION
     344    if ("$ITERATION" != "NULL")
     345      echo '$launchCommand'
     346      strsub "$launchCommand" @iteration@ $ITERATION -var launchCommand
     347    end
     348
     349    echo '$launchCommand'
     350
    328351    book setword automate $pageName pantaskState RUN.LAUNCH
    329352
Note: See TracChangeset for help on using the changeset viewer.