Index: trunk/tools/eam/rawfix.20230221/src/rawfix.ckchip.pt
===================================================================
--- trunk/tools/eam/rawfix.20230221/src/rawfix.ckchip.pt	(revision 42441)
+++ trunk/tools/eam/rawfix.20230221/src/rawfix.ckchip.pt	(revision 42445)
@@ -75,10 +75,11 @@
     book setword ckchip.book $pageName pantaskState RUN
     book getword ckchip.book $pageName dateobs -var DATEOBS
+    book getword ckchip.book $pageName iter    -var ITER
     option $pageName
 
     # this is the first place in the proces that this location is known
     mkdir  $mypath/$DATEOBS
-    stdout $mypath/$DATEOBS/log.ckchip.runhosts.v0  
-    stderr $mypath/$DATEOBS/log.ckchip.runhosts.v0  
+    stdout $mypath/$DATEOBS/log.ckchip.runhosts.v$ITER
+    stderr $mypath/$DATEOBS/log.ckchip.runhosts.v$ITER  
 
     substr $DATEOBS 0 4 YEAR
@@ -88,5 +89,5 @@
     sprintf FULLDATE "%s/%s/%s" $YEAR $MONTH $DAY
 
-    command $mypath/check_chip_locations.pl --topdir $mypath --dateobs $FULLDATE --chiplist gpc1.chips.txt --stage v0
+    command $mypath/check_chip_locations.pl --topdir $mypath --dateobs $FULLDATE --chiplist gpc1.chips.txt --stage $ITER
   end
 
@@ -120,5 +121,5 @@
 # option for writing stdout / stderr to a file
 # queuepush stdout "------- end of stdout ---------"
-# queuesave stdout $options:0/log.ckchip.v0
+# queuesave stdout $options:0/log.ckchip.v$ITER
 # queuepush stderr "------- end of stderr ---------"
-# queuesave stderr $options:0/log.ckchip.v0
+# queuesave stderr $options:0/log.ckchip.v$ITER
