Changeset 32033 for trunk/ippToPsps/jython/detectionbatch.py
- Timestamp:
- Aug 4, 2011, 11:51:03 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r32000 r32033 43 43 ippToPspsDb, 44 44 camID, 45 " detection",45 "P2", 46 46 gpc1Db.getCameraStageSmf(camID), 47 47 #"MD04") # TODO … … 107 107 self.ippToPspsDb.insertDetectionMeta(self.batchID, self.expID, self.filter) 108 108 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) 120 114 121 115 '''
Note:
See TracChangeset
for help on using the changeset viewer.
