Index: trunk/ippToPsps/jython/ipptopspsdb.py
===================================================================
--- trunk/ippToPsps/jython/ipptopspsdb.py	(revision 37748)
+++ trunk/ippToPsps/jython/ipptopspsdb.py	(revision 37917)
@@ -1342,4 +1342,5 @@
                (" + str(box_id) + ", '" + batchType + "', " + str(id) + ")"
 
+            print sql
             try: self.execute(sql)
             except:
@@ -1551,6 +1552,7 @@
 
         # XXX EAM : need to do something special at the poles...
-        if (boxDim['DEC'] > 85): raise
-
+        #if (boxDim['DEC'] > 85): raise
+        #heather commented out for oB   
+   
         # a given box centered at RA,DEC with (linear) size of SIDE has the following bounds
         dR = 0.5*boxDim['SIDE'] / math.cos(math.radians(boxDim['DEC']))
