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

    r12368 r12369  
    165165    exec mkdir -p $outroot
    166166
     167    $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
     168    if ($WORKDIR != NULL)
     169      $run = $run --workdir $outroot
     170    end
     171
    167172    # save the pageName for future reference below
    168173    options $pageName
     
    170175    # create example job options as a demonstration
    171176    if ($VERBOSE > 1)
    172       echo command 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 --workdir $outroot $ARGS
    173     end
    174     command 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 --workdir $outroot $ARGS
     177      echo command $run
     178    end
     179    command $run
    175180  end
    176181
     
    282287    exec mkdir -p $outroot
    283288
     289    $run = detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --camera $CAMERA $ARGS
     290    if ($WORKDIR != NULL)
     291      $run = $run --workdir $outroot
     292    end
     293
    284294    # save the pageName for future reference below
    285295    options $pageName
     
    287297    # create example job options as a demonstration
    288298    if ($VERBOSE > 1)
    289       echo command detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --camera $CAMERA --workdir $outroot $ARGS
    290     end
    291     command detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --camera $CAMERA --workdir $outroot $ARGS
     299      echo command $run
     300    end
     301    command $run
    292302  end
    293303
Note: See TracChangeset for help on using the changeset viewer.