Index: trunk/ippTools/src/pxtables.c
===================================================================
--- trunk/ippTools/src/pxtables.c	(revision 11047)
+++ trunk/ippTools/src/pxtables.c	(revision 11723)
@@ -79,10 +79,11 @@
     CREATE_TABLE(detResidExpCreateTable);
     CREATE_TABLE(detRunSummaryCreateTable);
+    CREATE_TABLE(skyCellCreateTable);
+    CREATE_TABLE(skyCellMapCreateTable);
     CREATE_TABLE(p4RunCreateTable);
-    CREATE_TABLE(p4InputImfileCreateTable);
-    CREATE_TABLE(p4WarpedImfileCreateTable);
-    CREATE_TABLE(p4StackedImfileCreateTable);
-    CREATE_TABLE(p4DiffImfileCreateTable);
-    CREATE_TABLE(p4MagicMaskImfileCreateTable);
+    CREATE_TABLE(p4InputExpCreateTable);
+    CREATE_TABLE(p4ScfileCreateTable);
+    CREATE_TABLE(p4InputScfileCreateTable);
+    CREATE_TABLE(p4DiffScfileCreateTable);
 
     return true;
@@ -152,9 +153,8 @@
     DROP_TABLE(detRunSummaryDropTable);
     DROP_TABLE(p4RunDropTable);
-    DROP_TABLE(p4InputImfileDropTable);
-    DROP_TABLE(p4WarpedImfileDropTable);
-    DROP_TABLE(p4StackedImfileDropTable);
-    DROP_TABLE(p4DiffImfileDropTable);
-    DROP_TABLE(p4MagicMaskImfileDropTable);
+    DROP_TABLE(p4InputExpDropTable);
+    DROP_TABLE(p4ScfileDropTable);
+    DROP_TABLE(p4InputScfileDropTable);
+    DROP_TABLE(p4DiffScfileDropTable);
 
     return status;
