- Timestamp:
- Mar 5, 2013, 2:23:09 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130207/ippToPsps
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
jython/stackbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130207/ippToPsps
- Property svn:mergeinfo changed
/trunk/ippToPsps (added) merged: 35170-35171,35173-35175,35177-35179,35181-35188,35190-35191,35203-35204,35216-35218,35222-35226,35232-35233
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130207/ippToPsps/jython/stackbatch.py
r35097 r35235 420 420 )" 421 421 self.scratchDb.execute(sql) 422 422 self.scratchDb.updateAllRows("StackMeta", "batchID", str(self.batchID)) 423 423 self.scratchDb.updateAllRows("StackMeta", "surveyID", str(self.surveyID)) 424 424 self.scratchDb.updateFilterID("StackMeta", self.filter) … … 846 846 #self.scratchDb.makeColumnUnique("StackDetection", "objID") 847 847 self.scratchDb.createIndex("StackDetection", "ippDetectID") 848 self.scratchDb.createIndex("StackDetection", "stackDetectID") 848 849 self.scratchDb.createIndex("StackApFlx", "ippDetectID") 849 850 self.scratchDb.createIndex("StackModelFit", "ippDetectID")
Note:
See TracChangeset
for help on using the changeset viewer.
