Changeset 12214 for trunk/ippTasks/chip.pro
- Timestamp:
- Mar 2, 2007, 5:43:57 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/chip.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
