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

    r12371 r12697  
    122122    book getword camPendingExp $pageName workdir -var WORKDIR
    123123    book getword camPendingExp $pageName dbname -var DBNAME
    124     set_standard_args
    125124
    126125    # specify choice of remote host:(need to choose based on chips)
     
    143142    exec mkdir -p $outroot
    144143
    145     $run = camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA $ARGS
     144    $run = camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA
    146145    if ("$WORKDIR" != "NULL")
    147146      $run = $run --workdir $WORKDIR
    148147    end
     148    add_standard_args run
    149149
    150150    # save the pageName for future reference below
Note: See TracChangeset for help on using the changeset viewer.