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/detrend.process.pro

    r12370 r12371  
    167167    $run = detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class_id $CLASS_ID --input_uri $URI --camera $CAMERA $ARGS
    168168    if ("$WORKDIR" != "NULL")
    169       $run = $run --workdir $outroot
     169      $run = $run --workdir $WORKDIR
    170170    end
    171171
     
    289289    $run = detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --camera $CAMERA $ARGS
    290290    if ("$WORKDIR" != "NULL")
    291       $run = $run --workdir $outroot
     291      $run = $run --workdir $WORKDIR
    292292    end
    293293
Note: See TracChangeset for help on using the changeset viewer.