IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2015, 4:08:25 PM (11 years ago)
Author:
heather
Message:

sas37 fo now works!

File:
1 edited

Legend:

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

    r37750 r37927  
    1515A class for ingesting DVO detections into MySQL
    1616'''
    17 class DvoObjects(Dvo):
     17class DvoDiffObjects(Dvo):
    1818
    1919    '''
     
    2222    def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb):
    2323
    24         super(DvoObjects, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb)
     24        super(DvoDiffObjects, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb)
    2525
    2626        # declare DVO file types of interest
     
    3939
    4040        # TODO path to DVO prog hardcoded temporarily
    41         cmd = "dvopsps objects"
     41        cmd = "dvopsps diffobj"
    4242        cmd += " -dbhost " + self.scratchDb.dbHost
    4343        cmd += " -dbname " + self.scratchDb.dbName
Note: See TracChangeset for help on using the changeset viewer.