IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18485


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

tess_id can be a path (e.g., "/path/to/dvo/tessellation"), so let's
leave it out of the output root name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/stack.pro

    r18484 r18485  
    127127    $WORKDIR = $WORKDIR_TEMPLATE
    128128
    129     sprintf outroot "%s/tess_%s/%s/%s.%s.stk.%s" $WORKDIR $TESS_ID $SKYCELL_ID $TESS_ID $SKYCELL_ID $STACK_ID
     129    sprintf outroot "%s/%s/%s.stk.%s" $WORKDIR $SKYCELL_ID $SKYCELL_ID $STACK_ID
    130130
    131131    ## 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.