IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29762


Ignore:
Timestamp:
Nov 12, 2010, 3:08:11 PM (15 years ago)
Author:
rhenders
Message:

now passing Gpc1Db object to Plotter class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czarpoll.pl

    r29738 r29762  
    2727my $nebulous = new czartool::Nebulous($czarDb);
    2828my $pantasks = new czartool::Pantasks();
    29 my $plotter = new czartool::Plotter($czarDb, "%Y%m%d-%H%M%S", "png font \"/usr/share/fonts/corefonts/arial.ttf\" 8", "/tmp", $save_temps); # TODO hardcoded font path
     29my $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
    3030my $burntool = new czartool::Burntool();
    3131
Note: See TracChangeset for help on using the changeset viewer.