IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33685


Ignore:
Timestamp:
Apr 3, 2012, 4:42:02 PM (14 years ago)
Author:
rhenders
Message:

now using config name, rather than DVO label, for plot titles

File:
1 edited

Legend:

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

    r33498 r33685  
    3636
    3737        if forCzartool:
    38             OUTPUTFILE = self.config.czarPlotsPath + "/ippToPsps_density_" + self.config.dvoLabel + "_" + batchType + ".png"
     38            OUTPUTFILE = self.config.czarPlotsPath + "/ippToPsps_density_" + self.config.name + "_" + batchType + ".png"
    3939        else:
    4040            OUTPUTFILE = self.config.name + "_" + batchType + "_" + timestamp + ".png"
     
    4949        print >> f, "set term " + TERM + "; \
    5050            set output \"" + OUTPUTFILE + "\"; \
    51             set title \"Unprocessed " + batchType + " items for " + self.config.dvoLabel + " as of " + timestamp + "\"; \
     51            set title \"Unprocessed " + batchType + " items for '" + self.config.name + "' as of " + timestamp + "\"; \
    5252            set grid; \
    5353            set xrange [" + str(self.config.minRa) + ":" + str(self.config.maxRa) + "] reverse; \
Note: See TracChangeset for help on using the changeset viewer.