IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32096


Ignore:
Timestamp:
Aug 15, 2011, 2:43:39 PM (15 years ago)
Author:
rhenders
Message:

Added field for path for gnuplot png files

Location:
trunk/ippMonitor/czartool/czartool
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czartool/Config.pm

    r32093 r32096  
    4545    $self->{gnuplotfont} = $xc->findvalue('//gnuplot/font');
    4646    $self->{gnuplotfontsize} = $xc->findvalue('//gnuplot/size');
     47    $self->{gnuplotpath} = $xc->findvalue('//gnuplot/path');
    4748
    4849    # metrics
     
    168169###########################################################################
    169170#
     171# Returns output path for gnuplot
     172#
     173###########################################################################
     174sub getGnuplotPath {
     175    my ($self) = @_;
     176    return $self->{gnuplotpath};
     177}
     178
     179###########################################################################
     180#
    170181# Returns save location for metrics
    171182#
  • trunk/ippMonitor/czartool/czartool/czarconfig.xml

    r32093 r32096  
    99    <font>/usr/share/fonts/corefonts/arial.ttf</font>
    1010    <size>8</size>
     11    <path>/data/ipp004.0/czartool_plots</path>
    1112  </gnuplot>
    1213
Note: See TracChangeset for help on using the changeset viewer.