IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2008, 6:04:52 PM (18 years ago)
Author:
bills
Message:

--touch when resolving log files

File:
1 edited

Legend:

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

    r17608 r17699  
    146146
    147147    ## generate output log based on filerule (convert the URI to a PATH)
    148     $logfile = `ipp_filename.pl --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot`
     148    $logfile = `ipp_filename.pl --touch --touch --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot`
    149149    if ("$logfile" == "")
    150150      echo "WARNING: logfile not defined in detrend.process.pro:161"
     
    272272
    273273    ## generate output log based on filerule (convert the URI to a PATH)
    274     $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot`
     274    $logfile = `ipp_filename.pl --touch --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot`
    275275    if ("$logfile" == "")
    276276      echo "WARNING: logfile not defined in detrend.process.pro:282"
Note: See TracChangeset for help on using the changeset viewer.