IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17715


Ignore:
Timestamp:
May 16, 2008, 10:20:01 AM (18 years ago)
Author:
Paul Price
Message:

Fixing stack_id --> diff_id.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/diff.pro

    r17714 r17715  
    130130
    131131    ## generate output log based on filerule (convert the URI to a PATH)
    132     $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id $STACK_ID --basename $outroot`
     132    $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id $DIFF_ID --basename $outroot`
     133    if ("$logfile" == "")
     134      echo "WARNING: logfile not defined in diff.skycell.run"
     135      break
     136    end
    133137
    134138    stdout $logfile
Note: See TracChangeset for help on using the changeset viewer.