Changeset 40208 for trunk/ippToPsps/jython/detectionbatch.py
- Timestamp:
- Nov 16, 2017, 6:57:49 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r39544 r40208 60 60 meta = self.gpc1Db.getCameraStageMeta(self.id) 61 61 if not meta: 62 self.logger.errorPair("Could not get", "camera metadata") 63 raise 62 self.logger.infoPair("Could not get camera metadata", "trying with no warp id") 63 meta = self.gpc1Db.getCameraStageMetaNoWarpID(self.id) 64 if not meta: 65 self.logger.errorPair("Could not get camera metadata", "now what?") 66 raise 67 64 68 65 69 # set a flag indicating that we have the new columns added in version 5 of the … … 80 84 self.chipID = meta[6]; 81 85 self.warpID = meta[7]; 86 87 88 82 89 83 90 if not self.analysisVer: self.analysisVer = -999
Note:
See TracChangeset
for help on using the changeset viewer.
