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

    r35076 r35077  
    2020    Constructor
    2121    '''
    22     def __init__(self, logger, config, skychunk, scratchDbName=None):
     22    def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDbName=None):
    2323
    24         super(DvoObjects, self).__init__(logger, config, skychunk, scratchDbName)
     24        super(DvoObjects, 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.