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

    r33751 r35217  
    3232        tempFile = tempfile.NamedTemporaryFile(mode='w+b')
    3333
    34         p = Popen("../perl/checkOdmStatus.pl -b " + batch + " -f " + tempFile.name,
     34        p = Popen("checkOdmStatus.pl -b " + batch + " -f " + tempFile.name,
    3535                shell=True,
    3636                stdout=PIPE,
Note: See TracChangeset for help on using the changeset viewer.