Index: trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip.pt
===================================================================
--- trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip.pt	(revision 42417)
+++ trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip.pt	(revision 42430)
@@ -79,4 +79,7 @@
     option $pageName
 
+    stdout $pageName/log.fixchip.v0  
+    stderr $pageName/log.fixchip.v0
+
     substr $DATEOBS 0 4 YEAR
     substr $DATEOBS 4 2 MONTH
@@ -84,12 +87,9 @@
     sprintf FULLDATE "%s/%s/%s" $YEAR $MONTH $DAY
 
-    command fix_chip_locations.pl --dateobs $FULLDATE --chiplist gpc1.chips.txt
+    command fix_chip_locations.pl --dateobs $FULLDATE --chiplist gpc1.chips.txt --stage v0
   end
 
   ## XX delete the page from the book if done?
   task.exit 0
-    # convert the stdout 'queue' to entries in a book
-    # fields in the table will become words in the page
-    # use the queuesize (Nhosts) to track how many jobs are done / to be done
     book setword fixchip.book $options:0 pantaskState DONE
     exec update.rawfix.sh $options:0 fixchip.done
