Changeset 27929 for trunk/ippTasks/camera.pro
- Timestamp:
- May 12, 2010, 10:59:33 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/camera.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r27472 r27929 154 154 book getword camPendingExp $pageName cam_id -var CAM_ID 155 155 book getword camPendingExp $pageName workdir -var WORKDIR_TEMPLATE 156 book getword camPendingExp $pageName path_base -var PATH_BASE 156 157 book getword camPendingExp $pageName dvodb -var DVODB 157 158 book getword camPendingExp $pageName dbname -var DBNAME … … 173 174 # neb:///ipp004-vol0/gpc1/20080130 174 175 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 177 182 178 183 stdout $LOGDIR/camera.exp.log
Note:
See TracChangeset
for help on using the changeset viewer.
