Index: trunk/ippToPsps/jython/detectionbatch.py
===================================================================
--- trunk/ippToPsps/jython/detectionbatch.py	(revision 38761)
+++ trunk/ippToPsps/jython/detectionbatch.py	(revision 38763)
@@ -179,5 +179,5 @@
         self.scratchDb.updateAllRows("FrameMeta", "surveyID", str(self.surveyID))
         self.scratchDb.updateFilterID("FrameMeta", self.filter)
-        self.scratchDb.updateAllRows("FrameMeta", "dataRelease", str(self.skychunk.dataRelease))
+        self.scratchDb.updateAllRows("FrameMeta", "processingVersion", str(self.skychunk.processingVersion))
 
     '''
@@ -296,5 +296,5 @@
 
         self.scratchDb.updateFilterID(tableName, self.filter)
-        self.scratchDb.updateAllRows(tableName, "dataRelease", str(self.skychunk.dataRelease))
+        self.scratchDb.updateAllRows(tableName, "processingVersion", str(self.skychunk.processingVersion))
         if 'NASTRO' in header: self.totalNumPhotoRef = self.totalNumPhotoRef + int(header['NASTRO'])
         self.scratchDb.replaceNullsInThisColumn(tableName, "polyOrder", "0")
@@ -460,5 +460,5 @@
         sqlLine.group("infoFlag",        "FLAGS")                          
         sqlLine.group("infoFlag2",       "FLAGS2")                          
-        sqlLine.group("dataRelease",     str(self.skychunk.dataRelease))                  
+        sqlLine.group("processingVersion",     str(self.skychunk.processingVersion))                  
 
         sql = sqlLine.makeRaw(") SELECT ", " FROM " + ippTableName)
@@ -518,5 +518,5 @@
         self.scratchDb.execute(sql)
 
-        self.scratchDb.updateAllRows(tableName, "dataRelease", str(self.skychunk.dataRelease))
+        self.scratchDb.updateAllRows(tableName, "processingVersion", str(self.skychunk.processingVersion))
     '''
     Populates the SkinnyObject table for this OTA
@@ -545,5 +545,5 @@
         self.scratchDb.execute(sql)
 
-        self.scratchDb.updateAllRows(tableName, "dataRelease", str(self.skychunk.dataRelease))
+        self.scratchDb.updateAllRows(tableName, "processingVersion", str(self.skychunk.processingVersion))
 
     '''
