IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18916


Ignore:
Timestamp:
Aug 5, 2008, 10:10:53 AM (18 years ago)
Author:
Paul Price
Message:

Fixing output directory name so it's not just a number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/warp.pro

    r18607 r18916  
    133133    # XXX change tess_id to tess_dir when schema is changed
    134134    book getword warpInputExp $pageName tess_id -var TESS_DIR
    135     book getword warpInputExp $pageName exp_id -var EXP_ID
     135    book getword warpInputExp $pageName exp_tag -var EXP_TAG
    136136
    137137    ### XXX Instead of setting these by camera, need to set by skycell_id
     
    140140
    141141    ## generate outroot specific to this exposure
    142     sprintf logfile "%s/%s/%s.wrp.%s.log" $WORKDIR $EXP_ID $EXP_ID $WARP_ID
     142    sprintf logfile "%s/%s/%s.wrp.%s.log" $WORKDIR $EXP_TAG $EXP_TAG $WARP_ID
    143143
    144144    stdout $LOGDIR/warp.exp.log
Note: See TracChangeset for help on using the changeset viewer.