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/detrend.reject.pro

    r12371 r12697  
    124124    book getword detRejectExp $pageName workdir   -var WORKDIR
    125125    book getword detRejectExp $pageName dbname    -var DBNAME
    126     set_standard_args
    127126
    128127    # specify choice of remote host:
     
    144143    exec mkdir -p $outroot
    145144
    146     $run = detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA $ARGS
     145    $run = detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA
    147146    if ("$WORKDIR" != "NULL")
    148147      $run = $run --workdir $WORKDIR
    149148    end
     149    add_standard_args run
    150150
    151151    # save the pageName for future reference below
Note: See TracChangeset for help on using the changeset viewer.