IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 5:59:18 PM (19 years ago)
Author:
Paul Price
Message:

Fixing up workdir a bit better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/camera.pro

    r12368 r12369  
    143143    exec mkdir -p $outroot
    144144
     145    $run = camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA $ARGS
     146    if ($WORKDIR != NULL)
     147      $run = $run --workdir $outroot
     148    end
     149
    145150    # save the pageName for future reference below
    146151    options $pageName
     
    148153    # create the command line
    149154    if ($VERBOSE > 1)
    150       echo command camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA --workdir $outroot $ARGS
     155      echo command $run
    151156    end
    152     command camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA --workdir $outroot $ARGS
     157    command $run
    153158  end
    154159
Note: See TracChangeset for help on using the changeset viewer.