- Timestamp:
- Mar 28, 2015, 8:28:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150112/ippToPsps/jython/dvodiffobjects.py
r37750 r38052 15 15 A class for ingesting DVO detections into MySQL 16 16 ''' 17 class Dvo Objects(Dvo):17 class DvoDiffObjects(Dvo): 18 18 19 19 ''' … … 22 22 def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb): 23 23 24 super(Dvo Objects, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb)24 super(DvoDiffObjects, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb) 25 25 26 26 # declare DVO file types of interest … … 39 39 40 40 # TODO path to DVO prog hardcoded temporarily 41 cmd = "dvopsps objects"41 cmd = "dvopsps diffobj" 42 42 cmd += " -dbhost " + self.scratchDb.dbHost 43 43 cmd += " -dbname " + self.scratchDb.dbName
Note:
See TracChangeset
for help on using the changeset viewer.
