IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2007, 1:09:39 PM (19 years ago)
Author:
Paul Price
Message:

Changing set_standard_args to employ a filtering approach --- it supplements the command-line instead of providing something that gets added on. Needed to do this because wanted the arguments it provides to be optional, and it really doesn't like to have a zero length string as an argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/chip.pro

    r12371 r12697  
    124124    book getword chipPendingImfile $pageName uri -var URI
    125125    book getword chipPendingImfile $pageName dbname -var DBNAME
    126     set_standard_args
    127126
    128127    # specify choice of remote host
     
    146145    exec mkdir -p $outroot
    147146
    148     $run = chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS
     147    $run = chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA
    149148    if ("$WORKDIR" != "NULL")
    150149      $run = $run --workdir $WORKDIR
    151150    end
     151    add_standard_args run
    152152
    153153    # save the pageName for future reference below
Note: See TracChangeset for help on using the changeset viewer.