IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35080


Ignore:
Timestamp:
Jan 31, 2013, 10:56:20 PM (13 years ago)
Author:
eugene
Message:

fix imageID in detectionCalib

File:
1 edited

Legend:

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

    r35079 r35080  
    612612         JOIN " + self.scratchDb.dvoDetectionTable + " as b \
    613613         ON (a.objID = b.objID AND a.detectID = b.detectID) \
    614          WHERE b.imageID = " + str(imageID) +
     614         WHERE b.imageID = " + str(imageID) + \
    615615         " INTO OUTFILE '" + dumpFile + "'"
    616616        print "sql: ", sql
Note: See TracChangeset for help on using the changeset viewer.