IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40276 for trunk


Ignore:
Timestamp:
Dec 12, 2017, 1:12:35 PM (9 years ago)
Author:
eugene
Message:

dvodetections and dvodiffdetections are not used: poison them

Location:
trunk/ippToPsps/jython
Files:
2 edited

Legend:

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

    r39007 r40276  
    2424       
    2525        super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db)
     26
    2627        print "----- DvoDetections is not used, is it?? -----"
    2728        os._exit(1)
  • trunk/ippToPsps/jython/dvodiffdetections.py

    r38883 r40276  
    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):
     
    2526        super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db)
    2627#       super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb)
     28
     29        print "----- DvoDetections is not used, is it?? -----"
     30        os._exit(1)
    2731
    2832        # declare DVO file types of interest
Note: See TracChangeset for help on using the changeset viewer.