Changeset 34165 for trunk/ippToPsps/jython/stackbatch.py
- Timestamp:
- Jul 13, 2012, 6:34:51 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/stackbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/stackbatch.py
r33962 r34165 397 397 398 398 self.scratchDb.execute(sql) 399 #it is possible to drop some detections from dvo (that are present in the cmf). when that happens we get a 0 for objid 400 #we drop those... 401 sql="DELETE FROM StackDetection where objID = 0" 402 self.scratchDb.execute(sql) 403 self.logger.infoPair("Deleting", "entries with StackDetection.objID = 0") 399 404 400 405 self.scratchDb.updateAllRows("StackDetection", "surveyID", str(self.surveyID)) … … 421 426 self.scratchDb.reportAndDeleteRowsWithNULLS("StackDetection", "instFlux") 422 427 self.scratchDb.reportAndDeleteRowsWithNULLS("StackDetection", "objID") 428 sql="DELETE FROM StackDetection where objID = 0" 429 self.scratchDb.execute(sql) 430 self.logger.infoPair("Deleting", "entries with StackDetection.objID = 0") 423 431 424 432
Note:
See TracChangeset
for help on using the changeset viewer.
