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/stack.pro

    r12371 r12697  
    130130    book getword stackSumSkyfile $pageName workdir -var WORKDIR
    131131    book getword stackSumSkyfile $pageName dbname -var DBNAME
    132     set_standard_args
    133132
    134133    # specify choice of remote host
     
    152151    exec mkdir -p $outroot
    153152
    154     $run = stack_skycell.pl --stack_id $STACK_ID $ARGS
     153    $run = stack_skycell.pl --stack_id $STACK_ID
    155154    if ("$WORKDIR" != "NULL")
    156155      $run = $run --workdir $WORKDIR
    157156    end
     157    add_standard_args run
    158158
    159159    # save the pageName for future reference below
Note: See TracChangeset for help on using the changeset viewer.