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

    r16195 r16208  
    128128
    129129    # specify choice of local or remote host based on camera and chip (class_id)
    130     set.host.for.camera $camera $class_id
     130    set.host.for.camera $CAMERA $CLASS_ID
    131131
    132132    # set workdir (interpolate host; see camera.pro for examples)
     
    145145    stdout $logfile
    146146    stderr $logfile
     147    dirname $logfile -var outpath
     148    mkdir $outpath
    147149
    148150    $run = detrend_stack.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA --outroot $outroot
Note: See TracChangeset for help on using the changeset viewer.