Changeset 38736 for trunk/ippToPsps/jython/detectionbatch.py
- Timestamp:
- Sep 15, 2015, 1:46:52 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r38602 r38736 102 102 103 103 # set up some defauts 104 self.calibModNum = 0105 104 self.totalNumPhotoRef = 0 106 105 … … 180 179 self.scratchDb.updateAllRows("FrameMeta", "surveyID", str(self.surveyID)) 181 180 self.scratchDb.updateFilterID("FrameMeta", self.filter) 182 self.scratchDb.updateAllRows("FrameMeta", "calibModNum", str(self.calibModNum))183 181 self.scratchDb.updateAllRows("FrameMeta", "dataRelease", str(self.skychunk.dataRelease)) 184 182 … … 299 297 300 298 self.scratchDb.updateFilterID(tableName, self.filter) 301 self.scratchDb.updateAllRows(tableName, "calibModNum", str(self.calibModNum))302 299 self.scratchDb.updateAllRows(tableName, "dataRelease", str(self.skychunk.dataRelease)) 303 300 if 'NASTRO' in header: self.totalNumPhotoRef = self.totalNumPhotoRef + int(header['NASTRO'])
Note:
See TracChangeset
for help on using the changeset viewer.
