IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2007, 12:09:48 PM (19 years ago)
Author:
eugene
Message:

fixed logfile error

File:
1 edited

Legend:

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

    r13680 r13681  
    161161    $outroot = $outpath/$EXP_TAG.detproc.$DET_ID
    162162    $logfile = `ipp_filename.pl --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot`
    163     if ($logfile == "")
     163    if ("$logfile" == "")
    164164      $logfile = $outroot.$CLASS_ID.log
    165165    end
     
    288288    $outroot = $outpath/$EXP_TAG.detproc.$DET_ID.$ITERATION
    289289    $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot`
    290     if ($logfile == "")
     290    if ("$logfile" == "")
    291291      $logfile = $outroot.log
    292292    end
Note: See TracChangeset for help on using the changeset viewer.