IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12371


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.

Location:
trunk/ippTasks
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/camera.pro

    r12370 r12371  
    145145    $run = camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA $ARGS
    146146    if ("$WORKDIR" != "NULL")
    147       $run = $run --workdir $outroot
     147      $run = $run --workdir $WORKDIR
    148148    end
    149149
  • trunk/ippTasks/chip.pro

    r12370 r12371  
    148148    $run = chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS
    149149    if ("$WORKDIR" != "NULL")
    150       $run = $run --workdir $outroot
     150      $run = $run --workdir $WORKDIR
    151151    end
    152152
  • trunk/ippTasks/detrend.norm.pro

    r12370 r12371  
    177177    $run = detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE $ARGS
    178178    if ("$WORKDIR" != "NULL")
    179       $run = $run --workdir $outroot
     179      $run = $run --workdir $WORKDIR
    180180    end
    181181
     
    300300    $run = detrend_norm_apply.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --value $NORM --input_uri $URI --camera $CAMERA --det_type $DET_TYPE $ARGS
    301301    if ("$WORKDIR" != "NULL")
    302       $run = $run --workdir $outroot
     302      $run = $run --workdir $WORKDIR
    303303    end
    304304   
     
    420420    $run = detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE  $ARGS
    421421    if ("$WORKDIR" != "NULL")
    422       $run = $run --workdir $outroot
     422      $run = $run --workdir $WORKDIR
    423423    end
    424424
  • 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
  • trunk/ippTasks/detrend.reject.pro

    r12370 r12371  
    146146    $run = detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA $ARGS
    147147    if ("$WORKDIR" != "NULL")
    148       $run = $run --workdir $outroot
     148      $run = $run --workdir $WORKDIR
    149149    end
    150150
  • trunk/ippTasks/detrend.resid.pro

    r12370 r12371  
    167167    $run = detrend_resid.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE $ARGS
    168168    if ("$WORKDIR" != "NULL")
    169       $run = $run --workdir $outroot
     169      $run = $run --workdir $WORKDIR
    170170    end
    171171
     
    290290    $run = detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA $ARGS
    291291    if ("$WORKDIR" != "NULL")
    292       $run = $run --workdir $outroot
     292      $run = $run --workdir $WORKDIR
    293293    end
    294294
  • trunk/ippTasks/detrend.stack.pro

    r12370 r12371  
    150150    $run = detrend_stack.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA $ARGS
    151151    if ("$WORKDIR" != "NULL")
    152       $run = $run --workdir $outroot
     152      $run = $run --workdir $WORKDIR
    153153    end
    154154
  • trunk/ippTasks/diff.pro

    r12370 r12371  
    154154    $run = diff_skycell.pl --diff_id $DIFF_ID $ARGS
    155155    if ("$WORKDIR" != "NULL")
    156       $run = $run --workdir $outroot
     156      $run = $run --workdir $WORKDIR
    157157    end
    158158
  • trunk/ippTasks/stack.pro

    r12370 r12371  
    154154    $run = stack_skycell.pl --stack_id $STACK_ID $ARGS
    155155    if ("$WORKDIR" != "NULL")
    156       $run = $run --workdir $outroot
     156      $run = $run --workdir $WORKDIR
    157157    end
    158158
  • 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.