Index: trunk/ippToPsps/jython/dvo.py
===================================================================
--- trunk/ippToPsps/jython/dvo.py	(revision 37918)
+++ trunk/ippToPsps/jython/dvo.py	(revision 38358)
@@ -606,4 +606,15 @@
         dR_border = self.skychunk.BORDER / math.cos(math.radians(boxDim['DEC']))
         dD_border = self.skychunk.BORDER
+        
+        #This is a terrible hack but I'm tired of it taking a decade to ingest the FW skycells.
+
+        if self.batchType == "ST":
+            dR_border = .4 / / math.cos(math.radians(boxDim['DEC']))
+            dD_border = .4
+        if self.batchType == "FW":
+            dR_border = .4 / / math.cos(math.radians(boxDim['DEC']))
+            dD_border = .4
+
+
 
         minRA  = boxDim['minRA']  - dR_border
