Index: /branches/eam_branches/ipp-20140717/ippToPsps/jython/stackbatch.py
===================================================================
--- /branches/eam_branches/ipp-20140717/ippToPsps/jython/stackbatch.py	(revision 37200)
+++ /branches/eam_branches/ipp-20140717/ippToPsps/jython/stackbatch.py	(revision 37201)
@@ -381,5 +381,5 @@
 
         # if we are going to add a key, do it here so it is useful
-        # self.scratchDb.createIndex(tablename, "objID") 
+        self.scratchDb.createIndex(tablename, "objID") 
 
         self.logger.infoPair("inserting filter dependent cmf items into", tablename)
@@ -684,5 +684,5 @@
 
         # if we are going to add a key, do it here so it is useful
-        # self.scratchDb.createIndex(tablename, "objID") 
+        self.scratchDb.createIndex(tablename, "objID") 
 
         for filter in self.filters:
@@ -705,5 +705,5 @@
 
         # if we are going to add a key, do it here so it is useful
-        # self.scratchDb.createIndex(tablename, "objID") 
+        self.scratchDb.createIndex(tablename, "objID") 
 
         for filter in self.filters:
@@ -825,4 +825,6 @@
             sqlLine.group(field + "Std",       field + "Std" + " * POW(10, 3.56 - 0.4* b.zp)")
         sql = sqlLine.makeEquals("WHERE a.objID = b.objID AND a." + filter + "ippDetectID = b.ippDetectID")
+        self.logger.infoPair("sql",sql)
+        self.scratchDb.execute(sql)
 
     '''
Index: /branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlxFull.txt
===================================================================
--- /branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlxFull.txt	(revision 37200)
+++ /branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlxFull.txt	(revision 37201)
@@ -52,5 +52,2 @@
 gflxR10Std       - cmf : APER_FLUX_STDEV_10  ** does not exist in cmf
 gflxR10Fill      - cmf : APER_FILL_10        ** does not exist in cmf
-
-**** NOTE : these are in instrumental flux units not Jy so far...
-
Index: /branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlxFullC1.txt
===================================================================
--- /branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlxFullC1.txt	(revision 37200)
+++ /branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlxFullC1.txt	(revision 37201)
@@ -52,5 +52,2 @@
 gc1flxR10Std     - cmf : APER_FLUX_STDEV_10  ** does not exist in cmf
 gc1flxR10Fill    - cmf : APER_FILL_10        ** does not exist in cmf
-
-**** NOTE : these are in instrumental flux units not Jy so far...
-
Index: /branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlxFullC2.txt
===================================================================
--- /branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlxFullC2.txt	(revision 37200)
+++ /branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlxFullC2.txt	(revision 37201)
@@ -52,5 +52,2 @@
 gc2flxR10Std     - cmf : APER_FLUX_STDEV_10  ** does not exist in cmf
 gc2flxR10Fill    - cmf : APER_FILL_10        ** does not exist in cmf
-
-**** NOTE : these are in instrumental flux units not Jy so far...
-
