Changeset 12214
- Timestamp:
- Mar 2, 2007, 5:43:57 PM (19 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 2 edited
-
camera.pro (modified) (3 diffs)
-
chip.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 -
trunk/ippTasks/chip.pro
r12126 r12214 81 81 task.exit 0 82 82 # convert 'stdout' to book format 83 ipptool2book stdout chipPendingImfile -key exp_tag:class_id -uniq -setword dbname $options:083 ipptool2book stdout chipPendingImfile -key chip_id:class_id -uniq -setword dbname $options:0 84 84 if ($VERBOSE > 2) 85 85 book listbook chipPendingImfile … … 118 118 book setword chipPendingImfile $pageName state RUN 119 119 book getword chipPendingImfile $pageName camera -var CAMERA 120 book getword chipPendingImfile $pageName exp_tag -var EXP_TAG 120 book getword chipPendingImfile $pageName exp_id -var EXP_ID 121 book getword chipPendingImfile $pageName chip_id -var CHIP_ID 121 122 book getword chipPendingImfile $pageName workdir -var WORKDIR 122 123 book getword chipPendingImfile $pageName class_id -var CLASS_ID … … 146 147 # create the command line 147 148 if ($VERBOSE > 1) 148 echo command chip_imfile.pl --exp_ tag $EXP_TAG--class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS149 echo command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS 149 150 end 150 command chip_imfile.pl --exp_ tag $EXP_TAG--class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS151 command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS 151 152 end 152 153
Note:
See TracChangeset
for help on using the changeset viewer.
