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/config.py

    r35178 r35217  
    5858        self.settingsDoc = ElementTree(file=self.settingsPath)
    5959        self.logPath = self.settingsDoc.find("logPath").text
     60        self.czarPlotsPath = self.settingsDoc.find("czarPlotsPath").text
     61
     62
    6063
    6164        print "config.programName: ", self.programName
     
    6467        print "config.logPath: ", self.logPath
    6568        print "config.test: ", self.test
     69        print "config.czarPlotsPath: ", self.czarPlotsPath
    6670
    6771        root = self.settingsDoc.getroot()
Note: See TracChangeset for help on using the changeset viewer.