IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2013, 5:47:48 PM (13 years ago)
Author:
eugene
Message:

track the boxes for which dvo detections have been ingested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/dvodetections.py

    r35076 r35077  
    2020    Constructor
    2121    '''
    22     def __init__(self, logger, config, skychunk, scratchDbName):
     22    def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDbName):
    2323
    24         super(DvoDetections, self).__init__(logger, config, skychunk, scratchDbName)
     24        super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDbName)
    2525
    2626        # declare DVO file types of interest
Note: See TracChangeset for help on using the changeset viewer.