- Timestamp:
- Jul 13, 2012, 6:34:51 PM (14 years ago)
- Location:
- trunk/ippToPsps/jython
- Files:
-
- 2 edited
-
plot.py (modified) (1 diff)
-
stackbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/plot.py
r33740 r34165 40 40 OUTPUTFILE = self.config.name + "_" + batchType + "_" + timestamp + ".png" 41 41 42 f = os.popen(' gnuplot', 'w')42 f = os.popen('/home/panstarrs/ipp/local/bin/gnuplot', 'w') 43 43 44 44 if 0: -
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.
