Index: trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip.pt
===================================================================
--- trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip.pt	(revision 42441)
+++ trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip.pt	(revision 42445)
@@ -74,8 +74,9 @@
     book setword fixchip.book $pageName pantaskState RUN
     book getword fixchip.book $pageName dateobs -var DATEOBS
+    book getword fixchip.book $pageName iter    -var ITER
     option $pageName
 
-    stdout $pageName/log.fixchip.v0  
-    stderr $pageName/log.fixchip.v0
+    stdout $pageName/log.fixchip.v$ITER
+    stderr $pageName/log.fixchip.v$ITER
 
     substr $DATEOBS 0 4 YEAR
@@ -84,5 +85,5 @@
     sprintf FULLDATE "%s/%s/%s" $YEAR $MONTH $DAY
 
-    command $mypath/fix_chip_locations.pl --topdir $mypath --dateobs $FULLDATE --chiplist gpc1.chips.txt --stage v0
+    command $mypath/fix_chip_locations.pl --topdir $mypath --dateobs $FULLDATE --chiplist gpc1.chips.txt --stage $ITER
   end
 
