Index: trunk/ippToPsps/jython/dvo.py
===================================================================
--- trunk/ippToPsps/jython/dvo.py	(revision 38358)
+++ trunk/ippToPsps/jython/dvo.py	(revision 38365)
@@ -609,10 +609,10 @@
         #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
+        #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
 
 
