IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2008, 3:59:32 PM (18 years ago)
Author:
eugene
Message:

generate logfile names in a consistent fashion with ipp_filename (expect register.pro)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/stack.pro

    r17415 r17624  
    128128    sprintf outroot "%s/tess_%s/%s/%s.%s.stk.%s" $WORKDIR $TESS_ID $SKYCELL_ID $TESS_ID $SKYCELL_ID $STACK_ID
    129129
    130     ## generate output log based on filerule (convert the URI to a PATH)
     130    ## generate output log based on filerule (convert the URI to a PATH) (use STACK_ID?)
    131131#    $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id $STACK_ID --basename $outroot`
    132     $logfile = `ipp_datapath.pl $outroot.pantasks.log`
     132    $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot`
     133    if ("$logfile" == "")
     134      echo "WARNING: logfile not defined in stack.pro:136"
     135      break
     136    end
    133137
    134138    stdout $logfile
Note: See TracChangeset for help on using the changeset viewer.