IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2008, 8:40:01 PM (18 years ago)
Author:
eugene
Message:

mods from HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080706/ippTasks/diff.pro

    r17715 r18528  
    115115    book setword diffSkyfile $pageName pantaskState RUN
    116116    book getword diffSkyfile $pageName diff_id -var DIFF_ID
    117     book getword diffSkyfile $pageName tess_id -var TESS_ID
     117    book getword diffSkyfile $pageName tess_id -var TESS_DIR
    118118    book getword diffSkyfile $pageName skycell_id -var SKYCELL_ID
    119119    book getword diffSkyfile $pageName camera -var CAMERA
     
    127127    $WORKDIR = $WORKDIR_TEMPLATE
    128128
    129     sprintf outroot "%s/tess_%s/%s/%s.%s.dif.%s" $WORKDIR $TESS_ID $SKYCELL_ID $TESS_ID $SKYCELL_ID $DIFF_ID
     129    basename $TESS_DIR -var TESS_ID
     130    sprintf outroot "%s/%s/%s/%s.%s.dif.%s" $WORKDIR $TESS_ID $SKYCELL_ID $TESS_ID $SKYCELL_ID $DIFF_ID
    130131
    131132    ## generate output log based on filerule (convert the URI to a PATH)
Note: See TracChangeset for help on using the changeset viewer.