IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 11, 2008, 11:07:14 AM (18 years ago)
Author:
bills
Message:

forgot to finish removing calls to ipp_filename.pl

File:
1 edited

Legend:

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

    r18048 r18082  
    142142    sprintf outroot "%s/%s.%s.%s/%s/%s.detproc.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $EXP_TAG $EXP_TAG $DET_ID
    143143
    144     ## generate output log based on filerule (convert the URI to a PATH)
    145     $logfile = `ipp_filename.pl --touch --touch --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot`
    146     if ("$logfile" == "")
    147       echo "WARNING: logfile not defined in detrend.process.pro:161"
    148       break
    149     end
    150 
    151144    stdout $LOGDIR/detproc.imfile.run.log
    152145    stderr $LOGDIR/detproc.imfile.run.log
    153     dirname $logfile -var outpath
    154 
    155     # XXX I need to report the error if this fails...
    156     mkdir $outpath
    157146
    158147    $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 --redirect-output
Note: See TracChangeset for help on using the changeset viewer.