IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2013, 1:27:47 PM (13 years ago)
Author:
eugene
Message:

fix the plotter stuff (HAF); use boxes scaled by cos(DEC); use ranges for ra float comparisons; use installed perl programs (in PATH); do not attempt to re-publish automatically

File:
1 edited

Legend:

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

    r35097 r35217  
    1818        super(Plotter, self).__init__(argv)
    1919
    20         self.plot = Plot(self.logger, self.skychunk, self.ippToPspsDb)
     20        self.plot = Plot(self.logger, self.skychunk, self.config, self.ippToPspsDb)
    2121 
    2222        if len(argv) < 3:
Note: See TracChangeset for help on using the changeset viewer.