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

    r16195 r16208  
    126126
    127127    # specify choice of local or remote host based on camera and chip (class_id)
    128     set.host.for.camera $camera FPA
     128    set.host.for.camera $CAMERA FPA
    129129
    130130    # set workdir (interpolate host; see camera.pro for examples)
     
    140140    stdout $logfile
    141141    stderr $logfile
     142    dirname $logfile -var outpath
     143    mkdir $outpath
    142144
    143145    $run = detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA --outroot $outroot
Note: See TracChangeset for help on using the changeset viewer.