Index: trunk/ippToPsps/jython/forcedwarpbatch.py
===================================================================
--- trunk/ippToPsps/jython/forcedwarpbatch.py	(revision 38958)
+++ trunk/ippToPsps/jython/forcedwarpbatch.py	(revision 38960)
@@ -86,4 +86,6 @@
        self.projectionID = {}
        self.tessID = {}
+       self.stackMetaID = {}
+       self.ippSkycalID = {}
 
        #I give a number to the forcedwarp stuff, I am not sure if this is the best way but it might work
@@ -128,4 +130,6 @@
            self.skycellName[num] = meta['skycell_id']
            self.tessName[num]    = meta['tess_id']
+           self.stackMetaID[num] = meta['stack_id']
+           self.ippSkycalID[num] = meta['skycal_id']
        
            # This isn't populated in the database (it's NULL).  The hack is below.
@@ -270,4 +274,6 @@
 	sqlLine.group("md5sum",         str(self.md5sum[num]))
         sqlLine.group("expTime",        self.expTime[num])
+        sqlLine.group("ippSkycalID",    self.ippSkycalID[num])
+        sqlLine.group("stackMetaID",    self.stackMetaID[num])
 # no astrometry calibration for forced warp
 #       sqlLine.group("astroScat",      self.getKeyFloat(header, "%.8f", 'CERROR'))
