IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2014, 3:18:42 PM (12 years ago)
Author:
eugene
Message:

drop a bunch of test prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/ippToPsps/jython/batch.py

    r37232 r37238  
    3939                 fits):
    4040
    41         # print "starting the batch"
    42 
    43         # self.printline = 0
    44         # self.testprint()
    45 
    4641        self.readHeader = False
    4742        self.config = config
     
    5348        self.logger.infoSeparator()
    5449        self.logger.debug("Batch class constructor")
    55 
    56         # self.testprint()
    5750
    5851        # set up class variables
     
    6659        self.pspsVoTableFilePath = self.config.configDir + "tables." + batchType + ".vot"
    6760
    68         # self.testprint()
    69 
    7061        # check FITS file is ok
    7162        if self.fits:
     
    10697        if not os.path.exists(self.localOutPath): os.makedirs(self.localOutPath)
    10798
    108         # self.testprint()
    109 
    11099        # store today's date
    111100        now = datetime.datetime.now();
     
    123112            self.logger.infoPair("Input FITS file", self.fits.getOriginalPath())
    124113            self.logger.infoPair("Input FITS primary header", "%s cards found" % self.fits.getPrimaryHeaderCardCount())
    125 
    126         # self.testprint()
    127114
    128115        self.logger.infoPair("Output path", self.localOutPath)
     
    493480           # get everything from table
    494481           try:
    495                print "reading table from mysql ", table
    496482               _table = stilts.tread(self.scratchDb.url + '#SELECT * FROM ' + table)
    497483               self.scratchDb.killLastConnectionID()
Note: See TracChangeset for help on using the changeset viewer.