IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 6:33:15 PM (19 years ago)
Author:
Paul Price
Message:

WORKDIR shouldn't be outroot, since the scripts add their own stuff on the end.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/warp.pro

    r12370 r12371  
    294294    $run = warp_skycell.pl --warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_id $TESS_ID --camera $CAMERA $ARGS
    295295    if ("$WORKDIR" != "NULL")
    296       $run = $run --workdir $outroot
     296      $run = $run --workdir $WORKDIR
    297297    end
    298298
Note: See TracChangeset for help on using the changeset viewer.