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

    r12371 r12697  
    125125    book getword detPendingStackedImfile $pageName workdir   -var WORKDIR
    126126    book getword detPendingStackedImfile $pageName dbname    -var DBNAME
    127     set_standard_args
    128127
    129128    # specify choice of remote host:
     
    148147    options $pageName
    149148
    150     $run = detrend_stack.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA $ARGS
     149    $run = detrend_stack.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA
    151150    if ("$WORKDIR" != "NULL")
    152151      $run = $run --workdir $WORKDIR
    153152    end
     153    add_standard_args run
    154154
    155155    # create the command line
Note: See TracChangeset for help on using the changeset viewer.