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/diff.pro

    r17715 r18488  
    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    basename $TESS_DIR -var TESS_ID
    129130    sprintf outroot "%s/tess_%s/%s/%s.%s.dif.%s" $WORKDIR $TESS_ID $SKYCELL_ID $TESS_ID $SKYCELL_ID $DIFF_ID
    130131
Note: See TracChangeset for help on using the changeset viewer.