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

    r12368 r12369  
    146146    exec mkdir -p $outroot
    147147
     148    $run = chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS
     149    if ($WORKDIR != NULL)
     150      $run = $run --workdir $outroot
     151    end
     152
    148153    # save the pageName for future reference below
    149154    options $pageName
     
    151156    # create the command line
    152157    if ($VERBOSE > 1)
    153       echo command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --workdir $outroot $ARGS
     158      echo command $run
    154159    end
    155     command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --workdir $outroot $ARGS
     160    command $run
    156161  end
    157162
Note: See TracChangeset for help on using the changeset viewer.