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

    r12368 r12369  
    144144    exec mkdir -p $outroot
    145145
     146    $run = detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA $ARGS
     147    if ($WORKDIR != NULL)
     148      $run = $run --workdir $outroot
     149    end
     150
    146151    # save the pageName for future reference below
    147152    options $pageName
     
    149154    # create example job options as a demonstration
    150155    if ($VERBOSE > 1)
    151       echo command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS
     156      echo command $run
    152157    end
    153     command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS
     158    command $run
    154159 end
    155160
Note: See TracChangeset for help on using the changeset viewer.