IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2010, 10:59:33 AM (16 years ago)
Author:
bills
Message:

When updating use the original path_base

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/camera.pro

    r27472 r27929  
    154154    book getword camPendingExp $pageName cam_id -var CAM_ID
    155155    book getword camPendingExp $pageName workdir -var WORKDIR_TEMPLATE
     156    book getword camPendingExp $pageName path_base -var PATH_BASE
    156157    book getword camPendingExp $pageName dvodb  -var DVODB
    157158    book getword camPendingExp $pageName dbname -var DBNAME
     
    173174    # neb:///ipp004-vol0/gpc1/20080130
    174175
    175     ## generate outroot specific to this exposure (& chip)
    176     sprintf outroot "%s/%s/%s.cm.%s" $WORKDIR $EXP_TAG $EXP_TAG $CAM_ID
     176    if ("$PATH_BASE" == "NULL")
     177        ## generate outroot specific to this exposure (& chip)
     178        sprintf outroot "%s/%s/%s.cm.%s" $WORKDIR $EXP_TAG $EXP_TAG $CAM_ID
     179    else
     180        $outroot = $PATH_BASE
     181    end
    177182
    178183    stdout $LOGDIR/camera.exp.log
Note: See TracChangeset for help on using the changeset viewer.