IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2013, 3:03:50 PM (13 years ago)
Author:
eugene
Message:

do not test file sizes & dates for validity (ipptopsps does not have access to this info)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/loader.py

    r35097 r35174  
    198198                            # impact of mysql insertion
    199199                            if not self.ippToPspsDb.isBoxIngested(boxId):
    200                                 self.dvoDetections.nativeIngestDetections(boxId, boxDim['RA'], boxDim['DEC'], boxSizeSansBorder)
     200                                self.dvoDetections.nativeIngestDetections(boxId, boxDim['RA'], boxDim['DEC'], boxSizeWithBorder)
    201201
    202202                            useFullTables = 1
Note: See TracChangeset for help on using the changeset viewer.