Index: trunk/ippTasks/warp.pro
===================================================================
--- trunk/ippTasks/warp.pro	(revision 12108)
+++ trunk/ippTasks/warp.pro	(revision 12109)
@@ -36,5 +36,5 @@
 macro warp.status
   book listbook warpInputExp
-  book listbook warpPendingSkycell
+  book listbook warpPendingSkyCell
 end
 
@@ -42,5 +42,5 @@
 macro warp.reset
   book init warpInputExp
-  book init warpPendingSkycell
+  book init warpPendingSkyCell
 end
 
@@ -189,5 +189,5 @@
 
 ### Load tasks for doing the warps
-### Tasks are loaded into warpPendingSkycell.
+### Tasks are loaded into warpPendingSkyCell.
 task	       warp.skycell.load
   host         local
@@ -217,11 +217,11 @@
   task.exit    0
     # convert 'stdout' to book format
-    ipptool2book stdout warpPendingSkycell -key warp_id:skycell_id:tess_id -uniq -setword dbname $options:0
+    ipptool2book stdout warpPendingSkyCell -key warp_id:skycell_id:tess_id -uniq -setword dbname $options:0
     if ($VERBOSE > 2)
-      book listbook warpPendingSkycell
+      book listbook warpPendingSkyCell
     end
 
     # delete existing entries in the appropriate states
-    process_cleanup warpPendingSkycell
+    process_cleanup warpPendingSkyCell
   end
 
@@ -238,5 +238,5 @@
 
 ### Run tasks for calculating the warp overlaps
-### Tasks are taken from warpPendingSkycell.
+### Tasks are taken from warpPendingSkyCell.
 task	       warp.skycell.run
   periods      -poll $runpoll
@@ -245,20 +245,20 @@
 
   task.exec
-    book npages warpPendingSkycell -var N
+    book npages warpPendingSkyCell -var N
     if ($N == 0) break
     if ($network == 0) break
     
-    # look for new images in warpPendingSkycell (state == NULL)
-    book getpage warpPendingSkycell 0 -var pageName -key state NULL
+    # look for new images in warpPendingSkyCell (state == NULL)
+    book getpage warpPendingSkyCell 0 -var pageName -key state NULL
     if ($pageName == NULL) break
 
-    book setword warpPendingSkycell $pageName state RUN
-    book getword warpPendingSkycell $pageName warp_id -var WARP_ID
-    book getword warpPendingSkycell $pageName skycell_id -var SKYCELL_ID
-    book getword warpPendingSkycell $pageName tess_id -var TESS_ID
-    book getword warpPendingSkycell $pageName exp_tag -var EXP_TAG
-    book getword warpPendingSkycell $pageName camera -var CAMERA
-    book getword warpPendingSkycell $pageName workdir -var WORKDIR
-    book getword warpPendingSkycell $pageName dbname -var DBNAME
+    book setword warpPendingSkyCell $pageName state RUN
+    book getword warpPendingSkyCell $pageName warp_id -var WARP_ID
+    book getword warpPendingSkyCell $pageName skycell_id -var SKYCELL_ID
+    book getword warpPendingSkyCell $pageName tess_id -var TESS_ID
+    book getword warpPendingSkyCell $pageName exp_tag -var EXP_TAG
+    book getword warpPendingSkyCell $pageName camera -var CAMERA
+    book getword warpPendingSkyCell $pageName workdir -var WORKDIR
+    book getword warpPendingSkyCell $pageName dbname -var DBNAME
     set_standard_args
 
@@ -291,5 +291,5 @@
   # default exit status
   task.exit    default
-    process_exit warpPendingSkycell $options:0 $JOB_STATUS
+    process_exit warpPendingSkyCell $options:0 $JOB_STATUS
   end
 
@@ -297,6 +297,6 @@
   task.exit    timeout
     showcommand timeout
-    book setword warpPendingSkycell $options:0 state TIMEOUT
-  end
-end
-
+    book setword warpPendingSkyCell $options:0 state TIMEOUT
+  end
+end
+
