Index: /branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py
===================================================================
--- /branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py	(revision 35042)
+++ /branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py	(revision 35043)
@@ -162,4 +162,5 @@
                     self.logger.infoPair(batchType + " items found in this box", "%d" % len(ids))
                     boxSizeWithBorder = boxDim['SIDE'] + (self.config.BORDER * 2)
+                    boxSizeSansBorder = boxDim['SIDE']
                     self.logger.infoPair("got here", "ok")
                     useFullTables = 0
@@ -190,5 +191,7 @@
                         else:
                             # if we are using the native loader, always use it
-                            self.dvoDetections.nativeIngestDetections(boxDim['RA'], boxDim['DEC'], boxSizeWithBorder)
+                            # need to work out a good boundary / region strategy in coordination with 
+                            # impact of mysql insertion
+                            self.dvoDetections.nativeIngestDetections(boxDim['RA'], boxDim['DEC'], boxSizeSansBorder)
                             useFullTables = 1
                 
