- Timestamp:
- Mar 5, 2013, 2:23:09 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130207/ippToPsps
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
jython/metrics.py (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130207/ippToPsps
- Property svn:mergeinfo changed
/trunk/ippToPsps (added) merged: 35170-35171,35173-35175,35177-35179,35181-35188,35190-35191,35203-35204,35216-35218,35222-35226,35232-35233
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130207/ippToPsps/jython/metrics.py
r33787 r35235 25 25 26 26 self.czarDb = CzarDb(self.logger, self.config) 27 self.plot = Plot(self.logger, self. config, self.ippToPspsDb)27 self.plot = Plot(self.logger, self.skychunk, self.config, self.ippToPspsDb) 28 28 29 29 ''' … … 37 37 now = datetime.datetime.now() 38 38 self.logger.infoPair("Time now", now.strftime("%Y-%m-%d %H:%M:%S")) 39 self.logger.infoPair("Config", self. config.name)40 self.logger.infoPair("Loading epoch", self. config.epoch)41 self.logger.infoPair("DVO label", self. config.dvoLabel)42 self. config.printBoxCoords()39 self.logger.infoPair("Config", self.skychunk.name) 40 self.logger.infoPair("Loading epoch", self.skychunk.epoch) 41 self.logger.infoPair("DVO label", self.skychunk.dvoLabel) 42 self.skychunk.printBoxCoords() 43 43 44 44 self.logger.info("+----+------------------+---------------+-------------------+------------------+----------------+") … … 77 77 78 78 self.checkClientStatus() 79 79 self.logger.infoPair("here","yay") 80 80 # create a density plot of pending stuff for czartool 81 81 self.plot.createDensityPlot("P2", True) 82 82 self.plot.createDensityPlot("ST", True) 83 83 self.plot.createDensityPlot("OB", True) 84 84 self.logger.infoPair("here","yay2") 85 85 # some clean-up before going to sleep 86 86 self.ippToPspsDb.purgeDeadClients() … … 132 132 prevList = success 133 133 134 self.czarDb.insertStats(stage, self. config.name, batchType, numPending, numSuccess, numFail)134 self.czarDb.insertStats(stage, self.skychunk.name, batchType, numPending, numSuccess, numFail) 135 135 136 136 if stage == 'processed': numPendingProcessed = numPending
Note:
See TracChangeset
for help on using the changeset viewer.
