Index: trunk/ippTasks/chip.pro
===================================================================
--- trunk/ippTasks/chip.pro	(revision 12126)
+++ trunk/ippTasks/chip.pro	(revision 12214)
@@ -81,5 +81,5 @@
   task.exit    0
     # convert 'stdout' to book format
-    ipptool2book stdout chipPendingImfile -key exp_tag:class_id -uniq -setword dbname $options:0
+    ipptool2book stdout chipPendingImfile -key chip_id:class_id -uniq -setword dbname $options:0
     if ($VERBOSE > 2)
       book listbook chipPendingImfile
@@ -118,5 +118,6 @@
     book setword chipPendingImfile $pageName state RUN
     book getword chipPendingImfile $pageName camera -var CAMERA
-    book getword chipPendingImfile $pageName exp_tag -var EXP_TAG
+    book getword chipPendingImfile $pageName exp_id -var EXP_ID
+    book getword chipPendingImfile $pageName chip_id -var CHIP_ID
     book getword chipPendingImfile $pageName workdir -var WORKDIR
     book getword chipPendingImfile $pageName class_id -var CLASS_ID
@@ -146,7 +147,7 @@
     # create the command line
     if ($VERBOSE > 1)
-      echo command chip_imfile.pl --exp_tag $EXP_TAG --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS
+      echo command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS
     end
-    command chip_imfile.pl --exp_tag $EXP_TAG --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS
+    command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS
   end
 
