IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2016, 11:24:05 AM (10 years ago)
Author:
heather
Message:

first steps for gaia object batches

File:
1 edited

Legend:

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

    r38969 r39785  
    5353            rateFO = self.printStats("FO")
    5454            rateFG = self.printStats("FG")
     55            rateGO = self.printStats("GO")
    5556            self.logger.info("+----+------------------+---------------+-------------------+------------------+----------------+")
    5657       
     
    7677            pendFOProcessed = self.printTableRow(stages, "FO")
    7778            pendFGProcessed = self.printTableRow(stages, "FG")
     79            pendGOProcessed = self.printTableRow(stages, "GO")
    7880            self.writeTableSeparator(colCount)
    7981
     
    9395            try: self.logger.infoPair("Estimated time for FOs", "%.1f hours" % (pendFOProcessed / rateFO))
    9496            except: pass
    95             try: self.logger.infoPair("Estimated time for FGs", "%.1f hours" % (pendFGProcessed / rateFG))
     97            try: self.logger.infoPair("Estimated time for FGs", "%.1f hours" % (pendFGProcessed / rateFG))
     98            try: self.logger.infoPair("Estimated time for GOs", "%.1f hours" % (pendGOProcessed / rateGO))
    9699            except: pass
    97100       
     
    107110            self.plot.createDensityPlot("FO", True)
    108111            self.plot.createDensityPlot("FG", True)
     112            self.plot.createDensityPlot("GO", True)
     113           
    109114            # some clean-up before going to sleep
    110115            self.ippToPspsDb.purgeDeadClients()
Note: See TracChangeset for help on using the changeset viewer.