IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2008, 1:19:52 PM (18 years ago)
Author:
Paul Price
Message:

Just found Gene's solution: use the basename of the tess_id. Reverting to this solution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/stack.pro

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