IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2008, 2:13:10 PM (18 years ago)
Author:
eugene
Message:

calling built-in dirname and mkdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.process.pro

    r16195 r16208  
    148148
    149149    # specify choice of local or remote host based on camera and chip (class_id)
    150     set.host.for.camera $camera $class_id
     150    set.host.for.camera $CAMERA $CLASS_ID
    151151
    152152    # see chip.pro for examples
     
    165165    stdout $logfile
    166166    stderr $logfile
     167    dirname $logfile -var outpath
     168    mkdir $outpath
    167169
    168170    $run = detrend_process_imfile.pl --det_id $DET_ID --exp_id $EXP_ID --det_type $DET_TYPE --class_id $CLASS_ID --exp_tag $EXP_TAG --input_uri $URI --camera $CAMERA --outroot $outroot
     
    270272
    271273    # specify choice of local or remote host based on camera and chip (class_id)
    272     set.host.for.camera $camera FPA
     274    set.host.for.camera $CAMERA FPA
    273275
    274276    # set workdir (interpolate host; see camera.pro for examples)
     
    287289    stdout $logfile
    288290    stderr $logfile
     291    dirname $logfile -var outpath
     292    mkdir $outpath
    289293
    290294    $run = detrend_process_exp.pl --det_id $DET_ID --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot
Note: See TracChangeset for help on using the changeset viewer.