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.norm.pro

    r12368 r12369  
    175175    exec mkdir -p $outroot
    176176
     177    $run = detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE $ARGS
     178    if ($WORKDIR != NULL)
     179      $run = $run --workdir $outroot
     180    end
     181
    177182    # save the pageName for future reference below
    178183    options $pageName
     
    180185    # create example job options as a demonstration
    181186    if ($VERBOSE > 1)
    182       echo command detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --workdir $outroot $ARGS
    183     end
    184     command detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --workdir $outroot $ARGS
     187      echo command $run
     188    end
     189    command $run
    185190  end
    186191
     
    293298    exec mkdir -p $outroot
    294299
     300    $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
     301    if ($WORKDIR != NULL)
     302      $run = $run --workdir $outroot
     303    end
     304   
    295305    # save the pageName for future reference below
    296306    options $pageName
     
    298308    # create example job options as a demonstration
    299309    if ($VERBOSE > 1)
    300       echo command 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 --workdir $outroot $ARGS
    301     end
    302     command 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 --workdir $outroot $ARGS
     310      echo command $run
     311    end
     312    command $run
    303313  end
    304314
     
    408418    exec mkdir -p $outroot
    409419
     420    $run = detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE  $ARGS
     421    if ($WORKDIR != NULL)
     422      $run = $run --workdir $outroot
     423    end
     424
    410425    # save the pageName for future reference below
    411426    options $pageName
     
    413428    # create example job options as a demonstration
    414429    if ($VERBOSE > 1)
    415       echo command detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE --workdir $outroot $ARGS
    416     end
    417     command detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE --workdir $outroot $ARGS
     430      echo command $run
     431    end
     432    command $run
    418433  end
    419434
Note: See TracChangeset for help on using the changeset viewer.