IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2015, 2:18:38 PM (11 years ago)
Author:
watersc1
Message:

Set of changes to attempt to enable the forced galaxy code to operate.

File:
1 edited

Legend:

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

    r36697 r38969  
    5252            rateFW = self.printStats("FW")
    5353            rateFO = self.printStats("FO")
     54            rateFG = self.printStats("FG")
    5455            self.logger.info("+----+------------------+---------------+-------------------+------------------+----------------+")
    5556       
     
    7475            pendFWProcessed = self.printTableRow(stages, "FW")
    7576            pendFOProcessed = self.printTableRow(stages, "FO")
     77            pendFGProcessed = self.printTableRow(stages, "FG")
    7678            self.writeTableSeparator(colCount)
    7779
     
    9092            except: pass
    9193            try: self.logger.infoPair("Estimated time for FOs", "%.1f hours" % (pendFOProcessed / rateFO))
     94            except: pass
     95            try: self.logger.infoPair("Estimated time for FGs", "%.1f hours" % (pendFGProcessed / rateFG))
    9296            except: pass
    9397       
     
    102106            self.plot.createDensityPlot("FW", True)
    103107            self.plot.createDensityPlot("FO", True)
     108            self.plot.createDensityPlot("FG", True)
    104109            # some clean-up before going to sleep
    105110            self.ippToPspsDb.purgeDeadClients()
Note: See TracChangeset for help on using the changeset viewer.