IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29953


Ignore:
Timestamp:
Dec 6, 2010, 12:29:58 PM (15 years ago)
Author:
rhenders
Message:

Using different Plotter constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czarpoll.pl

    r29942 r29953  
    2929my $nebulous = new czartool::Nebulous($czarDb);
    3030my $pantasks = new czartool::Pantasks();
    31 my $plotter = new czartool::Plotter($gpc1Db, $czarDb, "%Y%m%d-%H%M%S", "png font \"/usr/share/fonts/corefonts/arial.ttf\" 8", "/tmp", $save_temps); # TODO hardcoded font path
     31my $plotter = czartool::Plotter->new_file($gpc1Db, $czarDb, "/tmp", $save_temps);
    3232my $burntool = new czartool::Burntool();
    3333
Note: See TracChangeset for help on using the changeset viewer.