IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32112


Ignore:
Timestamp:
Aug 16, 2011, 3:51:51 PM (15 years ago)
Author:
rhenders
Message:

saving plots to plots dir

File:
1 edited

Legend:

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

    r32110 r32112  
    1818def plotMe(batchType, file):
    1919
    20     OUTPUTFILE = DVOLABEL + "_" + batchType + ".png"
     20    OUTPUTFILE = "plots/" + DVOLABEL + "_" + batchType + ".png"
    2121    f=os.popen('gnuplot', 'w')
    2222
Note: See TracChangeset for help on using the changeset viewer.