IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 24, 2009, 2:21:17 PM (17 years ago)
Author:
bills
Message:

pass the template image uri to the script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/magic.pro

    r23913 r23967  
    278278    book getword magicToProcess $pageName camera -var CAMERA
    279279    book getword magicToProcess $pageName workdir -var WORKDIR_TEMPLATE
     280    book getword magicToProcess $pageName template_uri -var TEMPLATE_URI
    280281    book getword magicToProcess $pageName dbname -var DBNAME
    281282
     
    299300    mkdir $outpath
    300301
    301     $run = magic_process.pl --magic_id $MAGIC_ID --camera $CAMERA --node $NODE --outroot $outroot --logfile $logfile
     302    $run = magic_process.pl --magic_id $MAGIC_ID --camera $CAMERA --node $NODE --outroot $outroot --template_uri $TEMPLATE_URI --logfile $logfile
    302303    add_standard_args run
    303304
Note: See TracChangeset for help on using the changeset viewer.