IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 24, 2013, 11:36:48 AM (13 years ago)
Author:
eugene
Message:

add boxSizeSansBorder, need to clarify dimensions of region

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py

    r35036 r35043  
    162162                    self.logger.infoPair(batchType + " items found in this box", "%d" % len(ids))
    163163                    boxSizeWithBorder = boxDim['SIDE'] + (self.config.BORDER * 2)
     164                    boxSizeSansBorder = boxDim['SIDE']
    164165                    self.logger.infoPair("got here", "ok")
    165166                    useFullTables = 0
     
    190191                        else:
    191192                            # if we are using the native loader, always use it
    192                             self.dvoDetections.nativeIngestDetections(boxDim['RA'], boxDim['DEC'], boxSizeWithBorder)
     193                            # need to work out a good boundary / region strategy in coordination with
     194                            # impact of mysql insertion
     195                            self.dvoDetections.nativeIngestDetections(boxDim['RA'], boxDim['DEC'], boxSizeSansBorder)
    193196                            useFullTables = 1
    194197               
Note: See TracChangeset for help on using the changeset viewer.