IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2011, 11:51:03 AM (15 years ago)
Author:
rhenders
Message:

yet more logginf improvments; now using one, and only one, name for batches: P2, ST and IN

File:
1 edited

Legend:

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

    r32000 r32033  
    4343               ippToPspsDb,
    4444               camID,
    45                "detection",
     45               "P2",
    4646               gpc1Db.getCameraStageSmf(camID),
    4747               #"MD04") # TODO
     
    107107       self.ippToPspsDb.insertDetectionMeta(self.batchID, self.expID, self.filter)
    108108
    109     '''
    110     Prints metadata to the log
    111     '''
    112     def printMe(self):
    113 
    114         super(DetectionBatch, self).printMe()
    115 
    116         self.logger.infoPair("Cam ID", "%d" % self.id)
    117         self.logger.infoPair("Exp ID", "%d" % self.expID)
    118         self.logger.infoPair("Exp name", "%s" % self.expName)
    119         self.logger.infoPair("Distribution group", "%s" % self.distGroup)
     109       # dump stuff to log
     110       self.logger.infoPair("Cam ID", "%d" % self.id)
     111       self.logger.infoPair("Exp ID", "%d" % self.expID)
     112       self.logger.infoPair("Exp name", "%s" % self.expName)
     113       self.logger.infoPair("Distribution group", "%s" % self.distGroup)
    120114
    121115    '''
Note: See TracChangeset for help on using the changeset viewer.