Index: /trunk/ippToPsps/jython/forcedwarpbatch.py
===================================================================
--- /trunk/ippToPsps/jython/forcedwarpbatch.py	(revision 38926)
+++ /trunk/ippToPsps/jython/forcedwarpbatch.py	(revision 38927)
@@ -274,5 +274,8 @@
         # sqlLine.group("psfFwhm_mean",   self.getKeyFloat(header, "%.8f", 'FWHM_MAJ'))
         # sqlLine.group("psfFwhm_max",    self.getKeyFloat(header, "%.8f", 'FW_MJ_UQ'))
-        sqlLine.group("photoZero",      self.getKeyFloat(self.header, "%.8f", 'FP.ZP'))
+
+        # XXX: should psfTheta include the angle of the source chip in some way?
+        sqlLine.group("psfTheta",       self.getKeyFloat(header, "%.8f", 'ANGLE'))
+        sqlLine.group("photoZero",      self.getKeyFloat(header, "%.8f", 'FPA.ZP'))
         # photoColor -- how do I set this? it's also not set in stack meta
         sqlLine.group("ctype1",         self.getKeyValue(header, 'CTYPE1'));
