Changeset 12214 for trunk/ippTasks/camera.pro
- Timestamp:
- Mar 2, 2007, 5:43:57 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/camera.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r12126 r12214 77 77 task.exit 0 78 78 # convert 'stdout' to book format 79 ipptool2book stdout camPendingExp -key exp_tag-uniq -setword dbname $options:079 ipptool2book stdout camPendingExp -key cam_id -uniq -setword dbname $options:0 80 80 if ($VERBOSE > 2) 81 81 book listbook camPendingExp … … 114 114 book setword camPendingExp $pageName state RUN 115 115 book getword camPendingExp $pageName camera -var CAMERA 116 book getword camPendingExp $pageName exp_tag -var EXP_TAG 116 book getword camPendingExp $pageName exp_id -var EXP_ID 117 book getword camPendingExp $pageName cam_id -var CAM_ID 117 118 book getword camPendingExp $pageName workdir -var WORKDIR 118 119 book getword camPendingExp $pageName dbname -var DBNAME … … 139 140 # create the command line 140 141 if ($VERBOSE > 1) 141 echo command camera_exp.pl --exp_ tag $EXP_TAG$ARGS142 echo command camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA $ARGS 142 143 end 143 command camera_exp.pl --exp_ tag $EXP_TAG--camera $CAMERA $ARGS144 command camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA $ARGS 144 145 end 145 146
Note:
See TracChangeset
for help on using the changeset viewer.
