IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2015, 4:10:00 PM (11 years ago)
Author:
eugene
Message:

poisoned jython/dvodetections.py and jython/dvoforceddetections.py which are not used any more; added jython/dvoforcedgalaxy.py; cleaned up jython/dvoforcedobjects.py, jython/forcedgalaxybatch.py, jython/forcedobjectbatch.py

File:
1 edited

Legend:

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

    r38883 r39007  
    1414'''
    1515A class for ingesting DVO detections into MySQL
     16XXX EAM 20151029 : I do not believe this class is used at all.  I am poisoning it with an exit
    1617'''
    1718class DvoDetections(Dvo):
     
    2122    '''
    2223    def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db):
    23 #   def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb):
    24 
     24       
    2525        super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db)
    26 #       super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb)
     26        print "----- DvoDetections is not used, is it?? -----"
     27        os._exit(1)
    2728
    2829        # declare DVO file types of interest
Note: See TracChangeset for help on using the changeset viewer.