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

    r16195 r16208  
    157157
    158158    # specify choice of local or remote host based on camera and chip (class_id)
    159     set.host.for.camera $camera FPA
     159    set.host.for.camera $CAMERA FPA
    160160
    161161    # set workdir (interpolate host; see camera.pro for examples)
     
    171171    stdout $logfile
    172172    stderr $logfile
     173    dirname $logfile -var outpath
     174    mkdir $outpath
    173175
    174176    $run = detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --outroot $outroot
     
    274276
    275277    # specify choice of local or remote host based on camera and chip (class_id)
    276     set.host.for.camera $camera $class_id
     278    set.host.for.camera $CAMERA $CLASS_ID
    277279
    278280    # set workdir (interpolate host; see camera.pro for examples)
     
    288290    stdout $logfile
    289291    stderr $logfile
     292    dirname $logfile -var outpath
     293    mkdir $outpath
    290294
    291295    $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 --outroot $outroot
     
    388392
    389393    # specify choice of local or remote host based on camera and chip (class_id)
    390     set.host.for.camera $camera FPA
     394    set.host.for.camera $CAMERA FPA
    391395
    392396    # set workdir (interpolate host; see camera.pro for examples)
     
    402406    stdout $logfile
    403407    stderr $logfile
     408    dirname $logfile -var outpath
     409    mkdir $outpath
    404410
    405411    $run = detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE  --outroot $outroot
Note: See TracChangeset for help on using the changeset viewer.