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

    r17624 r17699  
    146146    sprintf outroot "%s/%s.%s.%s/%s/%s.detcorr.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $EXP_TAG $EXP_TAG $DET_ID
    147147
    148     $logfile = `ipp_filename.pl --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot`
     148    $logfile = `ipp_filename.pl --touch --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot`
    149149    if ("$logfile" == "")
    150150      echo "WARNING: logfile not defined in detrend.correct.pro:150"
     
    276276
    277277    ## generate output log based on filerule (convert the URI to a PATH)
    278     $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot`
     278    $logfile = `ipp_filename.pl --touch --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot`
    279279    if ("$logfile" == "")
    280280      $logfile = $outroot.log
Note: See TracChangeset for help on using the changeset viewer.