- Timestamp:
- Oct 21, 2015, 11:56:14 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r38899 r38929 78 78 self.bias = meta[4]; 79 79 self.biasScat = meta[5]; 80 self.chipID = meta[6]; 81 self.warpID = meta[7]; 80 82 81 83 if not self.analysisVer: self.analysisVer = -999 … … 136 138 137 139 # sqlLine.group("md5sum", ' needs a number'); 138 140 139 141 sqlLine.group("frameID", str(self.expID)); 140 142 sqlLine.group("frameName", self.expName); 143 sqlLine.group("ippChipID", str(self.chipID)); 144 sqlLine.group("ippCamID", str(self.id)); 145 sqlLine.group("ippWarpID", str(self.warpID)); 141 146 sqlLine.group("cameraID", "1"); 142 147 sqlLine.group("cameraConfigID", "1");
Note:
See TracChangeset
for help on using the changeset viewer.
