IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 29, 2014, 9:52:00 AM (12 years ago)
Author:
eugene
Message:

scatter some debugging prints around; replace safeDictionaryAccess (terrible name) with getKeyValue; fix use of strings vs sql words in insert queries; fix detections for new schema; remove use of old dvograbber-based code; clean some avoidable errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/ippToPsps/jython/dvo.py

    r37129 r37133  
    684684
    685685        if (useP2 ==1 and useST==0):
    686             #grabd only P2s   
    687             cmd += " -photcode-start 10000 -photcode-end 10577"
    688 
     686            #grab only P2s (4000-4500 are test cameras, SIMTEST and SIMMOSAIC)
     687            # XXX EAM 20140729 : this is a terrible hack...
     688            cmd += " -photcode-start 4000 -photcode-end 10577"
    689689
    690690        self.logger.infoPair("Running dvopsps", cmd)
Note: See TracChangeset for help on using the changeset viewer.